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

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c789 char pton[PTON_MAX]; local
802 if (inet_aton(hostname, (struct in_addr *)pton) == 1) {
805 GET_AI(cur->ai_next, afd, pton);
815 if (inet_pton(afd->a_af, hostname, pton) == 1) {
818 GET_AI(cur->ai_next, afd, pton);

Completed in 20 milliseconds