Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 169) sorted by relevance

1234567

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dprotocol.hpp10 enum class Protocol{ enum
56 NLOHMANN_JSON_SERIALIZE_ENUM(Protocol, {
57 {Protocol::Invalid, "Invalid"},
58 {Protocol::PCIe, "PCIe"},
59 {Protocol::AHCI, "AHCI"},
60 {Protocol::UHCI, "UHCI"},
61 {Protocol::SAS, "SAS"},
62 {Protocol::SATA, "SATA"},
63 {Protocol::USB, "USB"},
64 {Protocol::NVMe, "NVMe"},
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_protocol_settings.robot9 Suite Teardown Run Keywords Enable IPMI Protocol ${initial_ipmi_state} AND Redfish.Logout
27 Verify SSH Protocol State ${True}
30 Enable SSH Protocol And Verify
34 Enable SSH Protocol ${True}
37 Verify SSH Protocol State ${True}
43 Disable SSH Protocol And Verify
46 [Teardown] Enable SSH Protocol ${True}
49 Enable SSH Protocol ${False}
52 Verify SSH Protocol State ${False}
62 Enable SSH Protocol And Check Persistency On BMC Reboot
[all …]
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp51 auto createIPObject(IP::Protocol addressType, const std::string& ipaddress, in createIPObject()
58 IP::Protocol protocol) in createStaticGatewayObject()
106 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "127.0.0.1", 16), in TEST_F()
108 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "127.0.0.1", 32), in TEST_F()
110 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "192.168.1.1", 0), in TEST_F()
112 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "::1", 64), in TEST_F()
114 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "::", 128), in TEST_F()
116 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "fe80::1", 0), in TEST_F()
119 createIPObject(IP::Protocol::IPv4, "10.10.10.10", 16); in TEST_F()
126 createIPObject(IP::Protocol::IPv4, "10.10.10.10", 16); in TEST_F()
[all …]
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Protocol_Validator.robot3 ... https://github.com/DMTF/Redfish-Protocol-Validator
17 ${rsv_github_url} https://github.com/DMTF/Redfish-Protocol-Validator
18 ${rsv_dir_path} Redfish-Protocol-Validator
31 Test BMC Redfish Protocol Validator
32 [Documentation] The Redfish Protocol Validator tests the HTTP protocol
45 IF ${fail_count[1]} != 0 Fail Redfish Protocol Validator Failed
/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/
H A Dmeson.build4 sdbusplus_current_path = 'com/intel/Protocol/PECI'
7 'com/intel/Protocol/PECI/Raw__markdown'.underscorify(),
8 input: ['../../../../../yaml/com/intel/Protocol/PECI/Raw.interface.yaml'],
21 'com/intel/Protocol/PECI/Raw',
/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/Raw/
H A Dmeson.build3 sdbusplus_current_path = 'com/intel/Protocol/PECI/Raw'
6 'com/intel/Protocol/PECI/Raw__cpp'.underscorify(),
7 input: ['../../../../../../yaml/com/intel/Protocol/PECI/Raw.interface.yaml'],
26 'com/intel/Protocol/PECI/Raw',
/openbmc/phosphor-networkd/src/
H A Dstatic_gateway.hpp45 std::string gateway, IP::Protocol protocolType);
54 IP::Protocol protocolType(IP::Protocol) override;
70 std::string gateway, IP::Protocol protocolType);
H A Dstatic_gateway.cpp26 std::string gateway, IP::Protocol protocolType) : in StaticGateway()
34 std::string gateway, IP::Protocol protocolType) : in StaticGateway()
72 IP::Protocol StaticGateway::protocolType(IP::Protocol /*protocolType*/) in protocolType() argument
H A Dipaddress.cpp40 static inline constexpr auto value = IP::Protocol::IPv4;
46 static inline constexpr auto value = IP::Protocol::IPv6;
82 IP::Protocol IPAddress::type(IP::Protocol /*type*/) in type() argument
H A Dipaddress.hpp49 IP::Protocol type(IP::Protocol type) override;
/openbmc/openbmc-test-automation/lib/
H A Dprotocol_setting_utils.robot3 Documentation Protocol settings utilities keywords.
16 Enable SSH Protocol
47 Verify SSH Protocol State
85 # "Name": "Manager Network Protocol",
98 ... msg=Protocol states are not matching.
101 Enable IPMI Protocol
118 Enable NTP Protocol
148 Verify IPMI Protocol State
157 ... msg=Protocol states are not matching.
160 Verify NTP Protocol State
[all …]
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.cpp49 bool HypEthInterface::dhcpIsEnabled(HypIP::Protocol family) in dhcpIsEnabled()
53 case HypIP::Protocol::IPv6: in dhcpIsEnabled()
55 case HypIP::Protocol::IPv4: in dhcpIsEnabled()
H A Dhyp_ethernet_interface.hpp69 ObjectPath ip(HypIP::Protocol /*addressType*/, std::string /*ipAddress*/, in ip() argument
83 bool isDHCPEnabled(HypIP::Protocol protocol);
116 bool dhcpIsEnabled(HypIP::Protocol protocol);
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavtp/
H A Dlibavtp_0.2.0.bb1 SUMMARY = "Implements Audio Video Transport Protocol (AVTP)"
2 DESCRIPTION = "Open source implementation of Audio Video Transport Protocol (AVTP) \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/
H A Dprotobuf-c_1.5.1.bb1 SUMMARY = "Protocol Buffers - structured data serialisation mechanism"
2 DESCRIPTION = "This is protobuf-c, a C implementation of the Google Protocol Buffers data \
5 converts Protocol Buffer .proto files to C descriptor code, based on the \
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxdmcp_1.1.5.bb1 SUMMARY = "XDMCP: X Display Manager Control Protocol library"
3 DESCRIPTION = "The purpose of the X Display Manager Control Protocol \
/openbmc/u-boot/drivers/firmware/
H A DKconfig13 tristate "TI System Control Interface (TISCI) Message Protocol"
17 TI System Control Interface (TISCI) Message Protocol is used to manage
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage_chassis.hpp87 inline std::optional<protocol::Protocol> convertDriveProtocol( in convertDriveProtocol()
92 return protocol::Protocol::SAS; in convertDriveProtocol()
96 return protocol::Protocol::SATA; in convertDriveProtocol()
100 return protocol::Protocol::NVMe; in convertDriveProtocol()
104 return protocol::Protocol::FC; in convertDriveProtocol()
112 return protocol::Protocol::Invalid; in convertDriveProtocol()
193 std::optional<protocol::Protocol> proto = in getDriveItemProperties()
201 if (*proto == protocol::Protocol::Invalid) in getDriveItemProperties()
/openbmc/phosphor-dbus-interfaces/gen/com/intel/
H A Dmeson.build3 subdir('Protocol') subdir
/openbmc/qemu/docs/interop/
H A Dqemu-ga-ref.rst1 QEMU Guest Agent Protocol Reference
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-whitelist/
H A Dopenpower-ipmi-oem-whitelist-native.conf2 0x3A:0x5A //<OpenPower IBM OEM>:<Host IO Mapping Protocol (HIOMAP)>
/openbmc/u-boot/board/freescale/t208xqds/
H A Dt2081_sd_rcw.cfg3 #Default SerDes Protocol: 0x6C
H A Dt2081_spi_rcw.cfg3 #Default SerDes Protocol: 0x6C
H A Dt2081_nand_rcw.cfg3 #Default SerDes Protocol: 0x6C
/openbmc/u-boot/board/freescale/t102xrdb/
H A Dt1023_sd_rcw.cfg3 #SerDes Protocol: 0x77

1234567