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

/freebsd-current/sys/rpc/
H A Dgetnetconfig.c48 .nc_protofmly = "inet6",
55 .nc_protofmly = "inet6",
63 .nc_protofmly = "inet",
70 .nc_protofmly = "inet",
77 .nc_protofmly = "loopback",
H A Dnetconfig.h16 char *nc_protofmly; /* Protocol family */ member in struct:netconfig
45 * nc_protofmly values
H A Drpcb_clnt.c346 if (nconf->nc_protofmly != NULL && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
491 strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
493 strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
505 if (!strcmp(nconf->nc_protofmly, NC_INET))
657 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) &&
689 if (nconf->nc_protofmly != NULL &&
690 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
768 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
848 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBAC
[all...]
H A Dsvc_generic.c284 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
285 strcmp(nconf->nc_protofmly, "inet6") == 0)
H A Drpc_generic.c527 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
654 (strcmp(nconf->nc_protofmly, NC_INET)
656 && strcmp(nconf->nc_protofmly, NC_INET6))
666 (strcmp(nconf->nc_protofmly, NC_INET)
668 && strcmp(nconf->nc_protofmly, NC_INET6))
/freebsd-current/include/
H A Dnetconfig.h46 char *nc_protofmly; /* Protocol family */ member in struct:netconfig
75 * nc_protofmly values
/freebsd-current/lib/libc/rpc/
H A Dcrypt_client.c57 if (nconf->nc_protofmly != NULL &&
58 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
H A Drpcb_clnt.c333 if (nconf->nc_protofmly != NULL && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
473 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
477 strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
489 if (!strcmp(nconf->nc_protofmly, NC_INET))
622 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) &&
654 if (nconf->nc_protofmly != NULL &&
655 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
729 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
817 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBAC
[all...]
H A Dsvc_generic.c273 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
274 strcmp(nconf->nc_protofmly, "inet6") == 0)
H A Drpc_generic.c240 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
372 (strcmp(nconf->nc_protofmly, NC_INET)
374 && strcmp(nconf->nc_protofmly, NC_INET6))
384 (strcmp(nconf->nc_protofmly, NC_INET)
386 && strcmp(nconf->nc_protofmly, NC_INET6))
H A Dgetnetconfig.c605 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL) {
712 p->nc_protofmly = (char *)strcpy(tmp,ncp->nc_protofmly);
H A Drpc_soc.c475 if (nconf->nc_protofmly != NULL &&
476 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
H A Dkey_call.c368 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
H A Dclnt_generic.c373 if (nconf && ((strcmp(nconf->nc_protofmly, "inet") == 0))) {
/freebsd-current/lib/libypclnt/
H A Dypclnt_passwd.c86 if (nc->nc_protofmly != NULL &&
87 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0)
169 if (nc->nc_protofmly != NULL &&
170 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0)
/freebsd-current/usr.sbin/rpcbind/
H A Drpcb_svc_4.c345 fprintf(stderr, "r_addr: %s r_netid: %s nc_protofmly: %s\n",
346 regp->r_addr, regp->r_netid, reg_nconf->nc_protofmly);
355 if (strcmp(nconf->nc_protofmly, reg_nconf->nc_protofmly)
394 a->r_nc_protofmly = nconf->nc_protofmly;
H A Drpcbind.c181 if (ipv6_only == 1 && strcmp(nconf->nc_protofmly,
537 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 &&
/freebsd-current/contrib/tcp_wrappers/
H A Dtli.c85 && (STR_EQ(request->config->nc_protofmly, "inet") ||
86 STR_EQ(request->config->nc_protofmly, "inet6"))) {
89 && STR_EQ(request->config->nc_protofmly, "inet")) {
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c291 if (nconf->nc_protofmly != NULL &&
292 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c311 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/rpc.statd/
H A Dstatd.c205 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/rpcbind/tests/
H A Daddrmerge_test.c308 nconf_udp.nc_protofmly = (char*)"inet";
318 nconf_udp6.nc_protofmly = (char*)"inet6";
/freebsd-current/usr.sbin/keyserv/
H A Dkeyserv.c173 if (nconf->nc_protofmly != NULL &&
174 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
/freebsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c312 if (nconf->nc_protofmly != NULL &&
313 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)

Completed in 282 milliseconds