Searched defs:have_v6 (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) {
303 (have_v6 == 0 && v6 == 1) ||
305 (have_v6 == 0 && af == AF_INET6)) {
330 if (have_v6 && af == AF_INET6) {
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;
602 if (*have_v6 == 0) {
613 *have_v6
642 scan_linux6(int *have_v6) argument
661 scan_interfaces(int *have_v4, int *have_v6) argument
[all...]

Completed in 59 milliseconds