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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c273 int have_v4 = 1, have_v6 = 1; local
289 if (scan_interfaces(&have_v4, &have_v6) == -1) {
302 (have_v4 == 0 && v4 == 1) ||
304 (have_v4 == 0 && af == AF_INET) ||
342 if (have_v4 &&
475 * Scan the interface table and set have_v4 and have_v6 depending
508 scan_interfaces6(int *have_v4, int *have_v6) { argument
560 (*have_v4 == 0 || *have_v6 == 0) && cp < cplim;
586 if (*have_v4 == 0) {
598 *have_v4
661 scan_interfaces(int *have_v4, int *have_v6) argument
[all...]

Completed in 45 milliseconds