Searched defs:AddrFamily (Results 1 – 1 of 1) sorted by relevance
96 struct AddrFamily struct101 struct AddrFamily<AF_INET> struct103 using addr = stdplus::In4Addr;104 static constexpr auto protocol =106 static constexpr size_t maxStrLen = INET6_ADDRSTRLEN;107 static constexpr uint8_t defaultPrefix = 32;108 static constexpr char propertyGateway[] = "DefaultGateway";113 struct AddrFamily<AF_INET6> struct115 using addr = stdplus::In6Addr;116 static constexpr auto protocol =[all …]