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

/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c89 int have_v6 = 1; local
146 have_v6 = 0;
166 if (have_v6) {
205 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
269 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c124 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-current/usr.sbin/mountd/
H A Dmountd.c292 static int have_v6 = 1; variable
435 have_v6 = 0;
576 if (have_v6) {
615 if (have_v6 == 0 && strcmp(nconf->nc_protofmly,
687 if (have_v6 == 0 && strcmp(nconf->nc_protofmly,
3175 if (ai->ai_addr->sa_family == AF_INET6 && have_v6 == 0)
3183 have_v6 == 0)

Completed in 207 milliseconds