Searched refs:pton (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/missing/ |
D | getaddrinfo.c | 755 char pton[PTON_MAX]; local 771 if (inet_pton(afd->a_af, hostname, pton) == 1) { 779 v4a = (u_int32_t)ntohl(((struct in_addr *)pton)->s_addr); 788 pfx = ((struct in6_addr *)pton)->s6_addr[0]; 798 GET_AI(cur->ai_next, afd, pton); 811 get_name(pton, afd, &cur->ai_next, 812 pton, pai, servname);
|
/external/tcpdump/ |
D | configure.in | 551 # resolver, and the way it defines inet_{ntop,pton} is rather strange;
|