Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetaddrinfo.c935 char pton[PTON_MAX]; in explore_numeric() local
959 if (inet_aton(hostname, (struct in_addr *)pton) == 1) { in explore_numeric()
962 GET_AI(cur->ai_next, afd, pton); in explore_numeric()
980 if (inet_pton(afd->a_af, hostname, pton) == 1) { in explore_numeric()
983 GET_AI(cur->ai_next, afd, pton); in explore_numeric()