Home
last modified time | relevance | path

Searched refs:__rpc_getconfip (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/lib/libc/rpc/
Dpmap_clnt.c81 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp"); in __weak_alias()
109 nconf = __rpc_getconfip("udp"); in pmap_unset()
115 nconf = __rpc_getconfip("tcp"); in pmap_unset()
Drpc_soc.c124 if ((nconf = __rpc_getconfip(tp)) == NULL) { in clnt_com_create()
236 if ((nconf = __rpc_getconfip(netid)) == NULL) { in svc_com_create()
Drpc_generic.c253 __rpc_getconfip(const char *nettype) in __rpc_getconfip() function
/netbsd/src/include/rpc/
Dnettype.h60 extern struct netconfig *__rpc_getconfip(const char *);
/netbsd/src/usr.bin/rpcinfo/
Drpcinfo.c566 if ((nconf = __rpc_getconfip("udp")) == NULL &&
567 (nconf = __rpc_getconfip("tcp")) == NULL) {