Home
last modified time | relevance | path

Searched refs:protocolType (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dstatic_gateway.cpp26 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 Dstatic_gateway.hpp45 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 Dethernet_interface.cpp242 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 Dethernet_interface.hpp143 IP::Protocol protocolType) override;
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannelcommands.cpp281 uint8_t protocolType = chInfo.protocolType; in ipmiGetChannelInfo() local
289 protocolType, reserved3, activeSessionCount, in ipmiGetChannelInfo()
H A Dchannel_layer.hpp182 uint8_t protocolType; member
H A Dchannel_mgmt.cpp873 channelData[chNum].chInfo.protocolType = defaultProtocolType; in setDefaultChannelConfig()
986 chData.chInfo.protocolType = in loadChannelConfig()
/openbmc/pldm/platform-mc/
H A Dplatform_manager.hpp113 pldm_transport_protocol_type protocolType, uint16_t heartbeatTimer);
H A Dplatform_manager.cpp491 pldm_transport_protocol_type protocolType, uint16_t heartbeatTimer) in setEventReceiver() argument
506 0, eventMessageGlobalEnable, protocolType, in setEventReceiver()