Searched refs:is_v6 (Results 1 – 4 of 4) sorted by relevance
24 pub fn is_v6(&self) -> bool { in is_v6() method
75 bool is_v6() const in is_v6() function in asio::ip::address
1509 is_v6 = struct.unpack("!I", s[48:52])[0]1510 ret = NTPInfoIfStatsIPv6(s) if is_v6 else NTPInfoIfStatsIPv4(s)
1389 const bool is_v6 = (af == ASIO_OS_DEF(AF_INET6));1390 const char* if_name = is_v6 ? strchr(src, '%') : 0;1408 if (result > 0 && is_v6 && scope_id)