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

/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c2198 struct addrinfo hints, *res, *res0 = NULL, *src_res, *src_res0 = NULL;
2280 src_res0 = src_res;
2453 for (src_res = src_res0; src_res != 0; src_res = src_res->ai_next)
2457 src_res = src_res0;
2509 if (src_res0 != NULL)
2510 freeaddrinfo(src_res0);
2539 if (src_res0 != NULL)
2540 freeaddrinfo(src_res0);
2190 struct addrinfo hints, *res, *res0 = NULL, *src_res, *src_res0 = NULL; local

Completed in 128 milliseconds