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

/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c269 /* external reference: pai, error, and label free */ \
270 (ai) = get_ai(pai, (afd), (addr)); \
287 /* external reference: pai, error and label free */ \
288 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
799 explore_fqdn(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res) argument
861 explore_null(const struct addrinfo *pai, const char *servname, struct addrinfo **res) argument
927 explore_numeric(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res, const char *canonname) argument
1014 explore_numeric_scope(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res) argument
1082 get_canonname(const struct addrinfo *pai, struct addrinfo *ai, const char *str) argument
1098 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr) argument
1298 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, const struct addrinfo *pai) argument
1877 const struct addrinfo *pai; local
2027 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) argument
2097 const struct addrinfo *pai; local
[all...]

Completed in 35 milliseconds