Home
last modified time | relevance | path

Searched refs:IPFamilyEnables (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp46 IPFamilyEnables = 51, enumerator
84 enum class IPFamilyEnables : uint8_t enum
H A Dtransporthandler.cpp944 case LanParam::IPFamilyEnables: in setLanInt()
952 switch (static_cast<IPFamilyEnables>(enables)) in setLanInt()
954 case IPFamilyEnables::DualStack: in setLanInt()
956 case IPFamilyEnables::IPv4Only: in setLanInt()
957 case IPFamilyEnables::IPv6Only: in setLanInt()
1303 case LanParam::IPFamilyEnables: in getLan()
1305 ret.pack(static_cast<uint8_t>(IPFamilyEnables::DualStack)); in getLan()