Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dblock_ip.c78 union netaddr { union
83 } netaddr; member
158 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() argument
199 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() argument
222 unsigned char *x = (unsigned char *)netaddr; in is_ipv4_mapped_ipv6_address()

Completed in 4 milliseconds