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

/bind-9.11.3/lib/lwres/
H A Dgetipnode.c191 int have_v4 = 1, have_v6 = 1; local
205 if (scan_interfaces(&have_v4, &have_v6) == -1) {
219 (have_v4 == 0 && v4 == 1) ||
221 (have_v4 == 0 && af == AF_INET) ||
223 (((flags & AI_V4MAPPED) != 0 && have_v4) ||
287 if (have_v4 &&
490 * Scan the interface table and set have_v4 and have_v6 depending
524 scan_interfaces6(int *have_v4, int *have_v6) { argument
536 *have_v4 = *have_v6 = 0;
587 (*have_v4
661 scan_interfaces(int *have_v4, int *have_v6) argument
[all...]

Completed in 11 milliseconds