Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgetaddrinfo.c1247 char pton[PTON_MAX], path[PATH_MAX], *p; in explore_numeric() local
1277 if (inet_aton(hostname, (struct in_addr *)pton) != 1 || in explore_numeric()
1280 p = pton; in explore_numeric()
1283 if (inet_pton(afd->a_af, hostname, pton) != 1) { in explore_numeric()
1287 if (inet_aton(hostname, (struct in_addr *)pton) != 1) in explore_numeric()
1294 p = pton; in explore_numeric()
/freebsd/contrib/ldns/
H A DChangelog294 * Fix b{32,64}_{ntop,pton} detection and handling.