Searched refs:NC_INET (Results 1 – 7 of 7) sorted by relevance
/freebsd/include/ |
H A D | netconfig.h | 79 #define NC_INET "inet" macro
|
/freebsd/sys/rpc/ |
H A D | netconfig.h | 49 #define NC_INET "inet" macro
|
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() 666 (strcmp(nconf->nc_protofmly, NC_INET) in __rpc_getconf()
|
H A D | rpcb_clnt.c | 493 strcmp(nconf->nc_protofmly, NC_INET) == 0) && in local_rpcb() 505 if (!strcmp(nconf->nc_protofmly, NC_INET)) in local_rpcb() 768 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_generic.c | 240 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { in __rpc_getconfip() 372 (strcmp(nconf->nc_protofmly, NC_INET) in __rpc_getconf() 384 (strcmp(nconf->nc_protofmly, NC_INET) in __rpc_getconf()
|
H A D | rpcb_clnt.c | 477 strcmp(nconf->nc_protofmly, NC_INET) == 0) && in local_rpcb() 489 if (!strcmp(nconf->nc_protofmly, NC_INET)) in local_rpcb() 729 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { in __rpcb_findaddr_timed()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.c | 538 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 && in init_transport()
|