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

/haiku-fatelf/src/kits/network/libbind/irs/
H A Ddns_ho.c964 struct addrinfo *aip = cur->ai_next; local
966 for (aip = cur->ai_next; aip;
967 aip = aip->ai_next) {
970 m = add_hostent(pvt, bp, hap, aip);
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c2166 switch_af(struct addrinfo **aip)
2171 ai = *aip;
2176 *aip = ai;
2177 if (*aip != NULL) {
2158 switch_af(struct addrinfo **aip) argument

Completed in 83 milliseconds