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

/bind-9.6-ESV-R11/lib/lwres/
H A Dgetipnode.c200 int have_v4 = 1, have_v6 = 1; local
214 if (scan_interfaces(&have_v4, &have_v6) == -1) {
228 (have_v4 == 0 && v4 == 1) ||
230 (have_v4 == 0 && af == AF_INET) ||
232 (((flags & AI_V4MAPPED) != 0 && have_v4) ||
296 if (have_v4 &&
499 * Scan the interface table and set have_v4 and have_v6 depending
533 scan_interfaces6(int *have_v4, int *have_v6) { argument
545 *have_v4 = *have_v6 = 0;
596 (*have_v4
670 scan_interfaces(int *have_v4, int *have_v6) argument
[all...]

Completed in 10 milliseconds