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

/freebsd-10.0-release/usr.sbin/rpc.statd/
H A Dstatd.c88 int have_v6 = 1; local
141 have_v6 = 0;
161 if (have_v6) {
200 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
264 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd.c127 int have_v6 = 1; local
215 have_v6 = 0;
235 if (have_v6) {
313 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
332 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
404 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c252 static int have_v6 = 1; variable
311 have_v6 = 0;
445 if (have_v6) {
481 if (have_v6 == 0 && strcmp(nconf->nc_protofmly,
544 if (have_v6 == 0 && strcmp(nconf->nc_protofmly,
2443 if (ai->ai_addr->sa_family == AF_INET6 && have_v6 == 0)
2451 have_v6 == 0)

Completed in 127 milliseconds