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

/freebsd-10.3-release/sys/rpc/
H A Dgetnetconfig.c49 .nc_protofmly = "inet6",
56 .nc_protofmly = "inet6",
64 .nc_protofmly = "inet",
71 .nc_protofmly = "inet",
78 .nc_protofmly = "loopback",
H A Dnetconfig.h17 char *nc_protofmly; /* Protocol family */ member in struct:netconfig
46 * nc_protofmly values
H A Drpcb_clnt.c352 if (nconf->nc_protofmly != NULL && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
497 strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
499 strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
511 if (!strcmp(nconf->nc_protofmly, NC_INET))
663 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) &&
695 if (nconf->nc_protofmly != NULL &&
696 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
774 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
854 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBAC
[all...]
H A Dsvc_generic.c289 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
290 strcmp(nconf->nc_protofmly, "inet6") == 0)
H A Drpc_generic.c530 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
658 (strcmp(nconf->nc_protofmly, NC_INET)
660 && strcmp(nconf->nc_protofmly, NC_INET6))
670 (strcmp(nconf->nc_protofmly, NC_INET)
672 && strcmp(nconf->nc_protofmly, NC_INET6))
/freebsd-10.3-release/include/
H A Dnetconfig.h17 char *nc_protofmly; /* Protocol family */ member in struct:netconfig
46 * nc_protofmly values
/freebsd-10.3-release/lib/libc/rpc/
H A Dcrypt_client.c61 if (nconf->nc_protofmly != NULL &&
62 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
H A Drpcb_clnt.c349 if (nconf->nc_protofmly != NULL && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
489 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
493 strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
505 if (!strcmp(nconf->nc_protofmly, NC_INET))
642 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) &&
674 if (nconf->nc_protofmly != NULL &&
675 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
753 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
831 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBAC
[all...]
H A Dsvc_generic.c272 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
273 strcmp(nconf->nc_protofmly, "inet6") == 0)
H A Drpc_generic.c270 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
404 (strcmp(nconf->nc_protofmly, NC_INET)
406 && strcmp(nconf->nc_protofmly, NC_INET6))
416 (strcmp(nconf->nc_protofmly, NC_INET)
418 && strcmp(nconf->nc_protofmly, NC_INET6))
H A Dgetnetconfig.c612 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL) {
721 p->nc_protofmly = (char *)strcpy(tmp,ncp->nc_protofmly);
H A Drpc_soc.c523 if (nconf->nc_protofmly != NULL &&
524 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
H A Dclnt_generic.c380 if (nconf && ((strcmp(nconf->nc_protofmly, "inet") == 0))) {
H A Dkey_call.c386 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_4.c347 fprintf(stderr, "r_addr: %s r_netid: %s nc_protofmly: %s\n",
348 regp->r_addr, regp->r_netid, reg_nconf->nc_protofmly);
357 if (strcmp(nconf->nc_protofmly, reg_nconf->nc_protofmly)
399 a->r_nc_protofmly = nconf->nc_protofmly;
H A Drpcbind.c366 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 &&
/freebsd-10.3-release/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-10.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_4.c350 fprintf(stderr, "r_addr: %s r_netid: %s nc_protofmly: %s\n",
351 regp->r_addr, regp->r_netid, reg_nconf->nc_protofmly);
360 if (strcmp(nconf->nc_protofmly, reg_nconf->nc_protofmly)
399 a->r_nc_protofmly = nconf->nc_protofmly;
H A Drpcbind.c182 if (ipv6_only == 1 && strcmp(nconf->nc_protofmly,
528 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 &&
/freebsd-10.3-release/contrib/tcp_wrappers/
H A Dtli.c87 && (STR_EQ(request->config->nc_protofmly, "inet") ||
88 STR_EQ(request->config->nc_protofmly, "inet6"))) {
91 && STR_EQ(request->config->nc_protofmly, "inet")) {
/freebsd-10.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c293 if (nconf->nc_protofmly != NULL &&
294 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
/freebsd-10.3-release/usr.sbin/rpc.lockd/
H A Dlockd.c313 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.3-release/usr.sbin/rpc.statd/
H A Dstatd.c200 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
264 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-10.3-release/usr.sbin/keyserv/
H A Dkeyserv.c184 if (nconf->nc_protofmly != NULL &&
185 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
/freebsd-10.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c322 if (nconf->nc_protofmly != NULL &&
323 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)

Completed in 227 milliseconds