Searched refs:pton (Results 1 – 1 of 1) sorted by relevance
939 char pton[PTON_MAX]; in explore_numeric() local963 if (inet_aton(hostname, (struct in_addr *)pton) == 1) { in explore_numeric()966 GET_AI(cur->ai_next, afd, pton); in explore_numeric()984 if (inet_pton(afd->a_af, hostname, pton) == 1) { in explore_numeric()987 GET_AI(cur->ai_next, afd, pton); in explore_numeric()