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