Searched refs:netaddr (Results 1 – 1 of 1) sorted by relevance
78 union netaddr { union83 } netaddr; member158 if(1 != inet_pton(ip->family, ip->str, &ip->netaddr)) { in ip_list_append()194 static int ip_match(struct ip *ip, void *netaddr) in ip_match() argument199 x = (unsigned char *)&ip->netaddr; in ip_match()200 y = (unsigned char *)netaddr; in ip_match()218 static int is_ipv4_mapped_ipv6_address(int family, void *netaddr) in is_ipv4_mapped_ipv6_address() argument222 unsigned char *x = (unsigned char *)netaddr; in is_ipv4_mapped_ipv6_address()
Completed in 3 milliseconds