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

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dnetopen.c217 struct addrinfo hints, *res, *res0; local
229 gerr = getaddrinfo (host, serv, &hints, &res0);
240 for (res = res0; res; res = res->ai_next)
247 freeaddrinfo (res0);
260 freeaddrinfo (res0);
264 freeaddrinfo (res0);
/haiku-fatelf/src/bin/network/ftp/
H A Dfetch.c467 struct addrinfo hints, *res, *res0 = NULL; local
694 error = getaddrinfo(host, NULL, &hints, &res0);
699 if (res0->ai_canonname)
700 host = res0->ai_canonname;
703 for (res = res0; res; res = res->ai_next) {
712 if (verbose && res != res0)
1276 if (res0)
1277 freeaddrinfo(res0);
H A Dftp.c160 struct addrinfo hints, *res, *res0; local
175 error = getaddrinfo(host, NULL, &hints, &res0);
182 if (res0->ai_canonname)
183 (void)strlcpy(hostnamebuf, res0->ai_canonname,
189 for (res = res0; res; res = res->ai_next) {
210 if (res != res0) /* not on the first address */
212 if (res0->ai_next) /* if we have multiple possibilities */
248 freeaddrinfo(res0);
253 freeaddrinfo(res0);
254 res0
[all...]
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c2193 struct addrinfo hints, *res, *res0 = NULL, *src_res, *src_res0 = NULL;
2361 res0 = res;
2485 freeaddrinfo(res0);
2514 if (res0 != NULL)
2515 freeaddrinfo(res0);
2185 struct addrinfo hints, *res, *res0 = NULL, *src_res, *src_res0 = NULL; local
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dgencode.c4733 struct addrinfo *res, *res0; local
4856 res0 = res = pcap_nametoaddrinfo(name);
4865 for (res = res0; res; res = res->ai_next) {
4892 freeaddrinfo(res0);

Completed in 167 milliseconds