/freebsd/sys/rpc/ |
H A D | getnetconfig.c | 48 .nc_protofmly = "inet6", 55 .nc_protofmly = "inet6", 63 .nc_protofmly = "inet", 70 .nc_protofmly = "inet", 77 .nc_protofmly = "loopback",
|
H A D | svc_generic.c | 196 if (strcmp(nconf->nc_protofmly, "inet") == 0 || in svc_tli_create() 197 strcmp(nconf->nc_protofmly, "inet6") == 0) in svc_tli_create()
|
H A D | rpc_generic.c | 527 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 D | netconfig.h | 16 char *nc_protofmly; /* Protocol family */ member
|
/freebsd/lib/libc/rpc/ |
H A D | rpcb_clnt.c | 333 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 D | crypt_client.c | 57 if (nconf->nc_protofmly != NULL && in _des_crypt_call() 58 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in _des_crypt_call()
|
H A D | rpc_generic.c | 241 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 D | svc_generic.c | 273 if (strcmp(nconf->nc_protofmly, "inet") == 0 || in svc_tli_create() 274 strcmp(nconf->nc_protofmly, "inet6") == 0) in svc_tli_create()
|
H A D | getnetconfig.c | 605 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 D | rpc_soc.c | 475 if (nconf->nc_protofmly != NULL && in svcunix_create() 476 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in svcunix_create()
|
H A D | clnt_generic.c | 373 if (nconf && ((strcmp(nconf->nc_protofmly, "inet") == 0))) { in clnt_tli_create()
|
H A D | key_call.c | 368 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in getkeyserv_handle()
|
/freebsd/lib/libypclnt/ |
H A D | ypclnt_passwd.c | 86 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 D | rpcb_svc_4.c | 346 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 D | rpcbind.c | 196 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 D | tli.c | 85 && (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 D | yppasswdd_main.c | 291 if (nconf->nc_protofmly != NULL && in main() 292 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in main()
|
/freebsd/include/ |
H A D | netconfig.h | 46 char *nc_protofmly; /* Protocol family */ member
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 311 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 D | statd.c | 205 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 D | addrmerge_test.c | 308 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 D | rpcinfo.c | 312 if (nconf->nc_protofmly != NULL && 313 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 651 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, in main() 723 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, in main()
|