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

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c88 int have_v6 = 1; local
145 have_v6 = 0;
165 if (have_v6) {
204 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
268 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c123 int have_v6 = 1; local
212 have_v6 = 0;
231 if (have_v6) {
309 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
328 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
400 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c292 static int have_v6 = 1; variable
432 have_v6 = 0;
550 if (have_v6) {
586 if (have_v6 == 0 && strcmp(nconf->nc_protofmly,
649 if (have_v6 == 0 && strcmp(nconf->nc_protofmly,
3051 if (ai->ai_addr->sa_family == AF_INET6 && have_v6 == 0)
3059 have_v6 == 0)

Completed in 137 milliseconds