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

/netbsd-current/usr.sbin/nfsd/
H A Dnfsd.c154 static int cfg_family[] = { PF_INET, PF_INET, PF_INET6, PF_INET6 }; variable
169 hints.ai_family = cfg_family[t];
220 if (cfg_family[p] == PF_INET6) {
510 if (ip4flag == 0 && cfg_family[i] == PF_INET)
512 if (ip6flag == 0 && cfg_family[i] == PF_INET6)

Completed in 184 milliseconds