Searched refs:pton (Results 1 – 2 of 2) sorted by relevance
1247 char pton[PTON_MAX], path[PATH_MAX], *p; in explore_numeric() local1277 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()
294 * Fix b{32,64}_{ntop,pton} detection and handling.