Home
last modified time | relevance | path

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

/NextBSD/lib/libc/net/
HDgetaddrinfo.c1232 char pton[PTON_MAX], path[PATH_MAX], *p; in explore_numeric() local
1262 if (inet_aton(hostname, (struct in_addr *)pton) != 1) in explore_numeric()
1264 p = pton; in explore_numeric()
1267 if (inet_pton(afd->a_af, hostname, pton) != 1) { in explore_numeric()
1271 if (inet_aton(hostname, (struct in_addr *)pton) != 1) in explore_numeric()
1278 p = pton; in explore_numeric()
/NextBSD/contrib/tcpdump/
HDconfigure.in604 # resolver, and the way it defines inet_{ntop,pton} is rather strange;
/NextBSD/contrib/ldns/
HDChangelog16 * Fix b{32,64}_{ntop,pton} detection and handling.