Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Daddr.rs12 pub(crate) const FAMILY_IPV6: u16 = 0x02; constant
31 IpAddr::V6(_) => FAMILY_IPV6, in fmt()
73 if family != FAMILY_IPV6 && family != FAMILY_IPV4 { in get_from_as()
78 if family == FAMILY_IPV6 { in get_from_as()
97 IpAddr::V6(_) => FAMILY_IPV6, in add_to_as()
H A Dxoraddr.rs87 IpAddr::V6(_) => FAMILY_IPV6, in fmt()
120 IpAddr::V6(ipv6) => (FAMILY_IPV6, IPV6LEN, ipv6.octets().to_vec()), in add_to_as()
144 if family != FAMILY_IPV6 && family != FAMILY_IPV4 { in get_from_as()
162 if family == FAMILY_IPV6 { in get_from_as()