Home
last modified time | relevance | path

Searched refs:LAN (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/phosphor-net-ipmid/
H A Dmessage_handler.cpp118 (sizeof(LAN::header::Request) + sizeof(LAN::trailer::Request))) in executeCommand()
124 sizeof(LAN::header::Request); in executeCommand()
125 auto end = inMessage->payload.end() - sizeof(LAN::trailer::Request); in executeCommand()
200 outMessage->payload.resize(sizeof(LAN::header::Request) + output.size() + in sendUnsolicitedIPMIPayload()
201 sizeof(LAN::trailer::Request)); in sendUnsolicitedIPMIPayload()
204 reinterpret_cast<LAN::header::Request*>(outMessage->payload.data()); in sendUnsolicitedIPMIPayload()
207 respHeader->rsaddr = LAN::requesterBMCAddress; in sendUnsolicitedIPMIPayload()
210 respHeader->rqaddr = LAN::responderBMCAddress; in sendUnsolicitedIPMIPayload()
214 auto assembledSize = sizeof(LAN::header::Request); in sendUnsolicitedIPMIPayload()
222 auto trailer = reinterpret_cast<LAN::trailer::Request*>( in sendUnsolicitedIPMIPayload()
H A Dmessage.hpp44 namespace LAN namespace
177 reinterpret_cast<LAN::header::Request*>(payload.data()); in getCommand()
209 sizeof(LAN::header::Response) + output.size() + in createResponse()
210 sizeof(LAN::trailer::Response)); in createResponse()
213 reinterpret_cast<LAN::header::Request*>(payload.data()); in createResponse()
214 auto respHeader = reinterpret_cast<LAN::header::Response*>( in createResponse()
225 auto assembledSize = sizeof(LAN::header::Response); in createResponse()
233 auto trailer = reinterpret_cast<LAN::trailer::Response*>( in createResponse()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_network_configuration.robot47 ${lan_print_output}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband
85 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband
98 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband
103 Create VLAN Via IPMI When LAN And VLAN Exist On BMC
104 [Documentation] Create VLAN Via IPMI When LAN And VLAN Exist On BMC.
110 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband
120 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband
132 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband
136 Create VLAN When LAN And VLAN Exist With IP Address Configured
137 [Documentation] Create VLAN when LAN and VLAN exist with IP address configured.
[all …]
H A Dtest_ipmi_network_verification.robot45 ${lan_print_ipmi}= Get LAN Print Dict
100 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER}
117 [Documentation] Verify Get Set In Progress which belongs to LAN Configuration Parameters
133 [Documentation] Verify cipher suite entry count which belongs to LAN Configuration Parameters
149 … [Documentation] Verify authentication type support which belongs to LAN Configuration Parameters
170 [Documentation] Verify Set In Progress which belongs to LAN Configuration Parameters
243 [Documentation] Verify cipher suite privilege which belongs to LAN Configuration Parameters
266 [Documentation] Verify Set On Authentication Type which belongs to LAN Configuration Parameters
337 ${lan_print_ipmi}= Get LAN Print Dict ${channel_number}
349 ${lan_print_ipmi}= Get LAN Print Dict ${channel_number}
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot48 ${lan_config}= Get LAN Print Dict
68 ${lan_config}= Get LAN Print Dict
81 ${lan_config}= Get LAN Print Dict
92 ${lan_config}= Get LAN Print Dict
100 ${lan_config}= Get LAN Print Dict
111 ${lan_config}= Get LAN Print Dict
117 ${lan_config}= Get LAN Print Dict
129 ${lan_config}= Get LAN Print Dict
138 ${lan_config}= Get LAN Print Dict
154 ${lan_config}= Get LAN Print Dict
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/
H A Dipmitool_1.8.19.bb7 kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in \
8 the IPMI specification. IPMIv2 adds support for encrypted LAN \
9 communications and remote Serial-over-LAN functionality. \
14 setting LAN configuration, and chassis power control. \
/openbmc/ipmitool/
H A DREADME19 Field Replaceable Unit (FRU) inventory information, read and set LAN
50 access through the System Interface or over the LAN. (or serial, but
97 LAN Interface
99 This is often referred to as "IPMI-over-LAN" and defines how IPMI messages
103 IPMI-over-LAN is only supported with version 1.5 and higher of the IPMI
108 security with encryption as well as support for Serial over LAN.
110 There are different types of LAN interfaces as well. Some systems have
112 port 623 and redirect them to the BMC over SMBUS. This type of LAN
118 IPMI-over-LAN feature "dangerous" to enable in some situations. (in
123 that can be used to simplify the LAN settings configuration process using
[all …]
H A Dconfigure.ac186 dnl enable IPMIv1.5 LAN interface
189 [enable IPMIv1.5 LAN interface [default=yes]])],
196 AC_DEFINE(IPMI_INTF_LAN, [1], [Define to 1 to enable LAN IPMIv1.5 interface.])
234 dnl enable IPMIv2.0 RMCP+ LAN interface
237 [enable IPMIv2.0 RMCP+ LAN interface [default=auto]])],
248 AC_DEFINE(IPMI_INTF_LANPLUS, [1], [Define to 1 to enable LAN+ IPMIv2 interface.])
H A DChangeLog260 Dell license and 12G LAN Specific command.
295 Password is limited to 16 bytes, resp. 20 bytes, for LAN, resp.
296 LAN+, interface. User name is limited to 16 bytes, no interface
298 * Add retry / timeout options for LAN
527 * Fix handling of LUNs for LAN interfaces
558 * Fix LAN parameter printing to handle Invalid Data Field response
567 * Fix LAN parameter segfault when no Ciphers supported by BMC.
609 * Fix minor problem with LAN parameter setting
618 * Add support for IPMIv2 and Serial-over-LAN from Jeremy at Newisys
660 * Add -U option for setting LAN username
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_get_capabilities.robot34 ... Primary LAN channel number: ${CHANNEL_NUMBER} is available
35 ... Secondary LAN channel is not available for OOB
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/
H A Ddhcp-relay_4.4.3p1.bb4 LAN to another, so that a DHCP server is not needed on every LAN."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/
H A Diptraf-ng_1.2.1.bb7 and activity indicators, TCP/UDP traffic breakdowns, and LAN station \
14 outgoing packets for common TCP and UDP application ports, a LAN \
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf61 0x0C:0x01 //<Transport>:<Set LAN Configuration Parameters>
62 0x0C:0x02 //<Transport>:<Get LAN Configuration Parameters>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/
H A Daoetools_36.bb4 storage protocol, a simple protocol for using storage over anethernet LAN. \
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md278 ## Local Area Network(LAN)
300 access <on|off> : Set the LAN channel access mode
339 ### 1. Retrieve Serial-Over-LAN configuration information for the specified channel
345 ### 2. Put ipmitool into Serial Over LAN mode
351 ### 3. Disable serial LAN in BMC mode
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/udpcast/
H A Dudpcast_20250223.bb3 simultaneously to many destinations on a LAN. This can for instance be \
/openbmc/ipmitool/control/
H A Dipmitool.spec.in17 kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in
18 the IPMI specification. IPMIv2 adds support for encrypted LAN
19 communications and remote Serial-over-LAN functionality.
24 setting LAN configuration, and chassis power control.
247 - Fix handling of LUNs for LAN interfaces
278 - Fix LAN parameter segfault when no Ciphers supported by BMC.
314 - Fix minor problem with LAN parameter setting
318 - Add support for IPMIv2 and Serial-over-LAN from Newisys
365 - Add -U option for setting LAN username
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dlog_entry.hpp128 LAN, enumerator
282 {SensorType::LAN, "LAN"},
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/
H A Dncp_1.2.4.bb2 DESCRIPTION = "ncp is a utility for copying files in a LAN. It has absolutely no \
/openbmc/u-boot/board/intel/
H A DKconfig34 peripheral connectors for PCIe/SATA/USB2/USB3/LAN/UART/PS2/VGA/HDMI.
43 peripheral connectors for PCIe/SATA/USB/LAN/SD/UART/Audio/LVDS.
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf44 0x0C:0x02 //<Transport>:<Get LAN Configuration Parameters>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/
H A Dptpd_2.3.1.bb5 time coordination of LAN connected computers."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/
H A Dipmiutil_3.1.9.bb6 locally, or remotely via IPMI LAN, even when the OS or main CPU is not\
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf132 0x0c:0x01:0x7f7f //<Transport>:<Set LAN Configuration Parameters>
133 0x0c:0x02:0xff7f //<Transport>:<Get LAN Configuration Parameters>
193 0x30:0x19:0xff7f //<Intel General Application>:<Read LAN Channel Port Value>
195 0x30:0x1b:0xff7f //<Intel General Application>:<Get LAN Available>
337 0x3e:0x40:0x7f7f //<Intel Managed Data Region>:<Set Get LAN Failover>
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/
H A D0001-pppd-pppdconf.h-remove-erroneous-generated-header.patch59 -/* Have Microsoft LAN Manager support */

12