Home
last modified time | relevance | path

Searched refs:NC_INET (Results 1 – 7 of 7) sorted by relevance

/freebsd/include/
H A Dnetconfig.h79 #define NC_INET "inet" macro
/freebsd/sys/rpc/
H A Dnetconfig.h49 #define NC_INET "inet" macro
H A Drpc_generic.c527 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 Drpcb_clnt.c493 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 Drpc_generic.c240 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 Drpcb_clnt.c477 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 Drpcbind.c538 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 && in init_transport()