Searched refs:pai (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/net/
H A Dgetaddrinfo.c276 /* external reference: pai, error, and label free */ \
277 (ai) = get_ai(pai, (afd), (addr)); \
294 /* external reference: pai, error and label free */ \
295 error = get_canonname(pai, (ai), (str)); \
596 struct addrinfo *pai; local
606 pai = &ai;
607 pai->ai_flags = 0;
608 pai->ai_family = PF_UNSPEC;
609 pai->ai_socktype = ANY;
610 pai
800 explore_fqdn(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res, const struct android_net_context *netcontext) argument
863 explore_null(const struct addrinfo *pai, const char *servname, struct addrinfo **res) argument
929 explore_numeric(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res, const char *canonname) argument
1016 explore_numeric_scope(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res) argument
1084 get_canonname(const struct addrinfo *pai, struct addrinfo *ai, const char *str) argument
1100 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr) argument
1311 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, const struct addrinfo *pai) argument
1900 const struct addrinfo *pai; local
2051 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) argument
2121 const struct addrinfo *pai; local
[all...]

Completed in 454 milliseconds