Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp44 IPFamilyEnables = 51, enumerator
82 enum class IPFamilyEnables : uint8_t enum
H A Dtransporthandler.cpp904 case LanParam::IPFamilyEnables: in setLanInt()
912 switch (static_cast<IPFamilyEnables>(enables)) in setLanInt()
914 case IPFamilyEnables::DualStack: in setLanInt()
916 case IPFamilyEnables::IPv4Only: in setLanInt()
917 case IPFamilyEnables::IPv6Only: in setLanInt()
1263 case LanParam::IPFamilyEnables: in getLan()
1265 ret.pack(static_cast<uint8_t>(IPFamilyEnables::DualStack)); in getLan()