Searched defs:ret_aip (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c169 struct addrinfo **ret_aip,
681 struct addrinfo **ret_aip, const struct addrinfo *pai)
698 if (ret_aip != NULL)
699 *ret_aip = NULL;
870 if (ret_aip != NULL) {
944 if (ret_aip) { /*%< need addrinfo. keep it. */
979 if (ret_aip == NULL) {
1010 *ret_aip = sentinel.ai_next;
678 gethostans(struct irs_ho *this, const u_char *ansbuf, int anslen, const char *qname, int qtype, int af, int size, struct addrinfo **ret_aip, const struct addrinfo *pai) argument

Completed in 58 milliseconds