Home
last modified time | relevance | path

Searched refs:nc_protofmly (Results 1 – 23 of 23) sorted by relevance

/freebsd/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 Dsvc_generic.c196 if (strcmp(nconf->nc_protofmly, "inet") == 0 || in svc_tli_create()
197 strcmp(nconf->nc_protofmly, "inet6") == 0) in svc_tli_create()
H A Drpc_generic.c527 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { in __rpc_getconfip()
654 (strcmp(nconf->nc_protofmly, NC_INET) in __rpc_getconf()
656 && strcmp(nconf->nc_protofmly, NC_INET6)) in __rpc_getconf()
666 (strcmp(nconf->nc_protofmly, NC_INET) in __rpc_getconf()
668 && strcmp(nconf->nc_protofmly, NC_INET6)) in __rpc_getconf()
H A Dnetconfig.h16 char *nc_protofmly; /* Protocol family */ member
/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c333 if (nconf->nc_protofmly != NULL && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in getclnthandle()
473 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 || in local_rpcb()
477 strcmp(nconf->nc_protofmly, NC_INET) == 0) && in local_rpcb()
489 if (!strcmp(nconf->nc_protofmly, NC_INET)) in local_rpcb()
622 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) && in got_entry()
654 if (nconf->nc_protofmly != NULL && in __rpcbind_is_up()
655 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in __rpcbind_is_up()
729 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { in __rpcb_findaddr_timed()
817 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in __rpcb_findaddr_timed()
854 if (strcmp(nconf_clts->nc_protofmly, in __rpcb_findaddr_timed()
[all …]
H A Dcrypt_client.c57 if (nconf->nc_protofmly != NULL && in _des_crypt_call()
58 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in _des_crypt_call()
H A Drpc_generic.c241 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { in __rpc_getconfip()
373 (strcmp(nconf->nc_protofmly, NC_INET) in __rpc_getconf()
375 && strcmp(nconf->nc_protofmly, NC_INET6)) in __rpc_getconf()
385 (strcmp(nconf->nc_protofmly, NC_INET) in __rpc_getconf()
387 && strcmp(nconf->nc_protofmly, NC_INET6)) in __rpc_getconf()
H A Dsvc_generic.c273 if (strcmp(nconf->nc_protofmly, "inet") == 0 || in svc_tli_create()
274 strcmp(nconf->nc_protofmly, "inet6") == 0) in svc_tli_create()
H A Dgetnetconfig.c605 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
712 p->nc_protofmly = (char *)strcpy(tmp,ncp->nc_protofmly); in dup_ncp()
H A Drpc_soc.c475 if (nconf->nc_protofmly != NULL && in svcunix_create()
476 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in svcunix_create()
H A Dclnt_generic.c373 if (nconf && ((strcmp(nconf->nc_protofmly, "inet") == 0))) { in clnt_tli_create()
H A Dkey_call.c368 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in getkeyserv_handle()
/freebsd/lib/libypclnt/
H A Dypclnt_passwd.c86 if (nc->nc_protofmly != NULL && in ypclnt_havepasswdd()
87 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0) in ypclnt_havepasswdd()
169 if (nc->nc_protofmly != NULL && in yppasswd_local()
170 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0) in yppasswd_local()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_4.c346 regp->r_addr, regp->r_netid, reg_nconf->nc_protofmly); in rpcbproc_getaddrlist_4_local()
355 if (strcmp(nconf->nc_protofmly, reg_nconf->nc_protofmly) in rpcbproc_getaddrlist_4_local()
394 a->r_nc_protofmly = nconf->nc_protofmly; in rpcbproc_getaddrlist_4_local()
H A Drpcbind.c196 if (ipv6_only == 1 && strcmp(nconf->nc_protofmly, in main()
550 if (!netlink && (local || (strcmp(nconf->nc_protofmly, NC_INET) == 0 && in init_transport()
/freebsd/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/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c291 if (nconf->nc_protofmly != NULL && in main()
292 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in main()
/freebsd/include/
H A Dnetconfig.h46 char *nc_protofmly; /* Protocol family */ member
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c311 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) { in main()
330 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) { in main()
402 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) { in main()
/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c205 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) { in main()
269 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) { in main()
/freebsd/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c308 nconf_udp.nc_protofmly = (char*)"inet"; in rpcbind_get_conf()
318 nconf_udp6.nc_protofmly = (char*)"inet6"; in rpcbind_get_conf()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c312 if (nconf->nc_protofmly != NULL &&
313 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
/freebsd/usr.sbin/mountd/
H A Dmountd.c651 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, in main()
723 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, in main()