Searched refs:IPFamilyEnables (Results 1 – 2 of 2) sorted by relevance
44 IPFamilyEnables = 51, enumerator82 enum class IPFamilyEnables : uint8_t enum
904 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()