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

/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c272 /* external reference: pai, error, and label free */ \
273 (ai) = get_ai(pai, (afd), (addr)); \
290 /* external reference: pai, error and label free */ \
291 error = get_canonname(pai, (ai), (str)); \
592 struct addrinfo *pai; local
602 pai = &ai;
603 pai->ai_flags = 0;
604 pai->ai_family = PF_UNSPEC;
605 pai->ai_socktype = ANY;
606 pai
796 explore_fqdn(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res, const char *iface) argument
858 explore_null(const struct addrinfo *pai, const char *servname, struct addrinfo **res) argument
924 explore_numeric(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res, const char *canonname) argument
1011 explore_numeric_scope(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res) argument
1079 get_canonname(const struct addrinfo *pai, struct addrinfo *ai, const char *str) argument
1095 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr) argument
1295 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, const struct addrinfo *pai) argument
1887 const struct addrinfo *pai; local
2043 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) argument
2113 const struct addrinfo *pai; local
[all...]

Completed in 28 milliseconds