Searched refs:NC_INET (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/include/ |
| HD | netconfig.h | 79 #define NC_INET "inet" macro
|
| /freebsd-head/sys/rpc/ |
| HD | netconfig.h | 49 #define NC_INET "inet" macro
|
| HD | 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()
|
| /freebsd-head/lib/libc/rpc/ |
| HD | 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() 385 (strcmp(nconf->nc_protofmly, NC_INET) in __rpc_getconf()
|
| HD | 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-head/usr.sbin/rpcbind/ |
| HD | rpcbind.c | 550 if (!netlink && (local || (strcmp(nconf->nc_protofmly, NC_INET) == 0 && in init_transport()
|