Home
last modified time | relevance | path

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

/trueos/lib/libc/net/
HDgetaddrinfo.c1182 char pton[PTON_MAX]; in explore_numeric() local
1200 if (inet_aton(hostname, (struct in_addr *)pton) != 1) in explore_numeric()
1204 if (inet_pton(afd->a_af, hostname, pton) != 1) in explore_numeric()
1210 GET_AI(ai, afd, pton); in explore_numeric()
/trueos/contrib/tcpdump/
HDconfigure.in557 # resolver, and the way it defines inet_{ntop,pton} is rather strange;
/trueos/contrib/ldns/
HDChangelog16 * Fix b{32,64}_{ntop,pton} detection and handling.