HomeSort by: relevance | last modified time | path
    Searched defs:pton (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
getaddrinfo.c 1294 char pton[PTON_MAX]; local in function:explore_numeric
1330 if (inet_aton(hostname, (void *)pton) == 1 &&
1335 GET_AI(cur->ai_next, afd, pton);
1352 if (inet_pton(afd->a_af, hostname, pton) == 1) {
1355 GET_AI(cur->ai_next, afd, pton);
getaddrinfo.c 1294 char pton[PTON_MAX]; local in function:explore_numeric
1330 if (inet_aton(hostname, (void *)pton) == 1 &&
1335 GET_AI(cur->ai_next, afd, pton);
1352 if (inet_pton(afd->a_af, hostname, pton) == 1) {
1355 GET_AI(cur->ai_next, afd, pton);

Completed in 25 milliseconds