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

/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgethostent.c258 int have_v4 = 1, have_v6 = 1; local
274 if (scan_interfaces(&have_v4, &have_v6) == -1) {
288 (have_v6 == 0 && v6 == 1) ||
290 (have_v6 == 0 && af == AF_INET6)) {
315 if (have_v6 && af == AF_INET6) {
455 * Scan the interface table and set have_v4 and have_v6 depending
488 scan_interfaces6(int *have_v4, int *have_v6) { argument
540 (*have_v4 == 0 || *have_v6 == 0) && cp < cplim;
582 if (*have_v6 == 0) {
593 *have_v6
622 scan_linux6(int *have_v6) argument
641 scan_interfaces(int *have_v4, int *have_v6) argument
[all...]
/netbsd-current/usr.sbin/mountd/
H A Dmountd.c242 static int have_v6 = 1; variable
402 have_v6 = 0;
415 have_v6 = 0;
1962 if (addrp != NULL && addrp->sa_family == AF_INET6 && have_v6 == 0)

Completed in 133 milliseconds