Searched refs:pton (Results 1 – 2 of 2) sorted by relevance
/external/libpcap/Win32/Src/ |
D | getaddrinfo.c | 762 char pton[PTON_MAX]; local 778 if (inet_pton(afd->a_af, hostname, pton) == 1) { 786 v4a = (u_int32_t)ntohl(((struct in_addr *)pton)->s_addr); 795 pfx = ((struct in6_addr *)pton)->s6_addr[0]; 805 GET_AI(cur->ai_next, afd, pton); 818 get_name(pton, afd, &cur->ai_next, 819 pton, pai, servname);
|
/external/tcpdump/ |
D | configure.in | 604 # resolver, and the way it defines inet_{ntop,pton} is rather strange;
|