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

  /external/libpcap/Win32/Src/
getaddrinfo.c 189 static int explore_numeric __P((const struct addrinfo *, const char *,
757 explore_numeric(pai, hostname, servname, res) function
853 return explore_numeric(pai, hostname, servname, res);
870 return explore_numeric(pai, hostname, servname, res);
874 return explore_numeric(pai, hostname, servname, res);
898 error = explore_numeric(pai, hostname2, servname, res);
  /bionic/libc/dns/net/
getaddrinfo.c 224 static int explore_numeric(const struct addrinfo *, const char *,
932 explore_numeric(const struct addrinfo *pai, const char *hostname, function
1023 return explore_numeric(pai, hostname, servname, res, hostname);
1047 return explore_numeric(pai, hostname, servname, res, hostname);
1051 return explore_numeric(pai, hostname, servname, res, hostname);
1064 error = explore_numeric(pai, addr, servname, res, hostname);
    [all...]

Completed in 56 milliseconds