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

  /src/external/bsd/libbind/dist/irs/
getaddrinfo.c 791 char pton[PTON_MAX]; local
804 if (inet_aton(hostname, (struct in_addr *)pton) == 1) {
807 GET_AI(cur->ai_next, afd, pton);
817 if (inet_pton(afd->a_af, hostname, pton) == 1) {
820 GET_AI(cur->ai_next, afd, pton);
  /src/lib/libc/net/
getaddrinfo.c 1297 char pton[PTON_MAX]; local
1333 if (inet_aton(hostname, (void *)pton) == 1 &&
1338 GET_AI(cur->ai_next, afd, pton);
1355 if (inet_pton(afd->a_af, hostname, pton) == 1) {
1358 GET_AI(cur->ai_next, afd, pton);

Completed in 25 milliseconds