HomeSort by relevance Sort by last modified time
    Searched refs:pton (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/missing/
getaddrinfo.c 755 char pton[PTON_MAX]; local
771 if (inet_pton(afd->a_af, hostname, pton) == 1) {
779 v4a = (u_int32_t)ntohl(((struct in_addr *)pton)->s_addr);
788 pfx = ((struct in6_addr *)pton)->s6_addr[0];
798 GET_AI(cur->ai_next, afd, pton);
811 get_name(pton, afd, &cur->ai_next,
812 pton, pai, servname);
  /bionic/libc/netbsd/net/
getaddrinfo.c 714 char pton[PTON_MAX]; local
738 if (inet_aton(hostname, (struct in_addr *)pton) == 1) {
741 GET_AI(cur->ai_next, afd, pton);
759 if (inet_pton(afd->a_af, hostname, pton) == 1) {
762 GET_AI(cur->ai_next, afd, pton);
    [all...]

Completed in 13 milliseconds