Searched refs:netaddr (Results 1 – 1 of 1) sorted by relevance
77 union netaddr { union82 } netaddr; member157 if(1 != inet_pton(ip->family, ip->str, &ip->netaddr)) { in ip_list_append()193 static int ip_match(struct ip *ip, void *netaddr) in ip_match() argument198 x = (unsigned char *)&ip->netaddr; in ip_match()199 y = (unsigned char *)netaddr; in ip_match()217 static int is_ipv4_mapped_ipv6_address(int family, void *netaddr) in is_ipv4_mapped_ipv6_address() argument221 unsigned char *x = (unsigned char *)netaddr; in is_ipv4_mapped_ipv6_address()
Completed in 3 milliseconds