Searched refs:protocolType (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | static_gateway.cpp | 26 std::string gateway, IP::Protocol protocolType) : in StaticGateway() argument 28 protocolType) in StaticGateway() 34 std::string gateway, IP::Protocol protocolType) : in StaticGateway() argument 40 StaticGatewayObj::protocolType(protocolType, true); in StaticGateway() 72 IP::Protocol StaticGateway::protocolType(IP::Protocol /*protocolType*/) in protocolType() function in phosphor::network::StaticGateway
|
H A D | static_gateway.hpp | 45 std::string gateway, IP::Protocol protocolType); 53 using StaticGatewayObj::protocolType; 54 IP::Protocol protocolType(IP::Protocol) override; 70 std::string gateway, IP::Protocol protocolType);
|
H A D | ethernet_interface.cpp | 242 IP::Protocol protocolType; in addStaticGateway() local 245 protocolType = IP::Protocol::IPv4; in addStaticGateway() 249 protocolType = IP::Protocol::IPv6; in addStaticGateway() 262 *info.gateway, protocolType)); in addStaticGateway() 390 IP::Protocol protocolType) in staticGateway() argument 413 *this, gateway, protocolType))); in staticGateway()
|
H A D | ethernet_interface.hpp | 143 IP::Protocol protocolType) override;
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channelcommands.cpp | 281 uint8_t protocolType = chInfo.protocolType; in ipmiGetChannelInfo() local 289 protocolType, reserved3, activeSessionCount, in ipmiGetChannelInfo()
|
H A D | channel_layer.hpp | 182 uint8_t protocolType; member
|
H A D | channel_mgmt.cpp | 873 channelData[chNum].chInfo.protocolType = defaultProtocolType; in setDefaultChannelConfig() 986 chData.chInfo.protocolType = in loadChannelConfig()
|
/openbmc/pldm/platform-mc/ |
H A D | platform_manager.hpp | 113 pldm_transport_protocol_type protocolType, uint16_t heartbeatTimer);
|
H A D | platform_manager.cpp | 491 pldm_transport_protocol_type protocolType, uint16_t heartbeatTimer) in setEventReceiver() argument 506 0, eventMessageGlobalEnable, protocolType, in setEventReceiver()
|