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

/freebsd-10-stable/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-stable/include/
H A Dnetconfig.h17 char *nc_protofmly; /* Protocol family */ member in struct:netconfig
46 * nc_protofmly values
/freebsd-10-stable/lib/libc/rpc/
H A Dcrypt_client.c58 if (nconf->nc_protofmly != NULL &&
59 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
H A Drpcb_clnt.c340 if (nconf->nc_protofmly != NULL && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
480 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
484 strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
496 if (!strcmp(nconf->nc_protofmly, NC_INET))
629 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) &&
661 if (nconf->nc_protofmly != NULL &&
662 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
736 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
814 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBAC
[all...]
H A Dsvc_generic.c278 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
279 strcmp(nconf->nc_protofmly, "inet6") == 0)
H A Drpc_generic.c266 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
398 (strcmp(nconf->nc_protofmly, NC_INET)
400 && strcmp(nconf->nc_protofmly, NC_INET6))
410 (strcmp(nconf->nc_protofmly, NC_INET)
412 && strcmp(nconf->nc_protofmly, NC_INET6))
H A Dgetnetconfig.c609 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL) {
716 p->nc_protofmly = (char *)strcpy(tmp,ncp->nc_protofmly);
H A Drpc_soc.c481 if (nconf->nc_protofmly != NULL &&
482 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
H A Dclnt_generic.c380 if (nconf && ((strcmp(nconf->nc_protofmly, "inet") == 0))) {
H A Dkey_call.c370 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
/freebsd-10-stable/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-stable/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-stable/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-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c293 if (nconf->nc_protofmly != NULL &&
294 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd.c309 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
328 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
400 if (have_v6 == 0 && strcmp(nconf->nc_protofmly, "inet6") == 0) {
/freebsd-10-stable/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-stable/usr.sbin/keyserv/
H A Dkeyserv.c184 if (nconf->nc_protofmly != NULL &&
185 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
/freebsd-10-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c295 nconf_udp.nc_protofmly = (char*)"inet";
305 nconf_udp6.nc_protofmly = (char*)"inet6";
/freebsd-10-stable/usr.bin/rpcinfo/
H A Drpcinfo.c322 if (nconf->nc_protofmly != NULL &&
323 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)

Completed in 121 milliseconds