Searched refs:have_v6 (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) {
220 (have_v6 == 0 && v6 == 1) ||
222 (have_v6 == 0 && af == AF_INET6 &&
268 if (have_v6 && af == AF_INET6) {
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 == 0 || *have_v6 == 0) && cp < cplim;
629 if (*have_v6
661 scan_interfaces(int *have_v4, int *have_v6) argument
[all...]

Completed in 12 milliseconds