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

/freebsd-13-stable/usr.sbin/rpc.statd/
H A Dstatd.c91 int have_v6 = 1; local
148 have_v6 = 0;
168 if (have_v6) {
207 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
271 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlockd.c125 int have_v6 = 1; local
214 have_v6 = 0;
233 if (have_v6) {
311 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
330 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
402 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c302 static int have_v6 = 1; variable
444 have_v6 = 0;
582 if (have_v6) {
621 if (have_v6 == 0 && strcmp(nconf->nc_protofmly,
693 if (have_v6 == 0 && strcmp(nconf->nc_protofmly,
3141 if (ai->ai_addr->sa_family == AF_INET6 && have_v6 == 0)
3149 have_v6 == 0)

Completed in 115 milliseconds