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

/bionic/libc/dns/net/
H A Dgetaddrinfo.c936 char pton[PTON_MAX]; local
960 if (inet_aton(hostname, (struct in_addr *)pton) == 1) {
963 GET_AI(cur->ai_next, afd, pton);
981 if (inet_pton(afd->a_af, hostname, pton) == 1) {
984 GET_AI(cur->ai_next, afd, pton);

Completed in 2319 milliseconds