Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dpmap_clnt.c68 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp"); in pmap_set()
96 nconf = __rpc_getconfip("udp"); in pmap_unset()
102 nconf = __rpc_getconfip("tcp"); in pmap_unset()
H A DSymbol.map103 __rpc_getconfip;
H A Drpc_soc.c95 if ((nconf = __rpc_getconfip(tp)) == NULL) { in clnt_com_create()
206 if ((nconf = __rpc_getconfip(netid)) == NULL) { in svc_com_create()
H A Drpc_generic.c211 __rpc_getconfip(const char *nettype) in __rpc_getconfip() function
/freebsd/include/rpc/
H A Dnettype.h61 extern struct netconfig *__rpc_getconfip(const char *);
/freebsd/sys/rpc/
H A Dnettype.h65 extern struct netconfig *__rpc_getconfip(const char *);
H A Drpc_generic.c511 __rpc_getconfip(const char *nettype) in __rpc_getconfip() function
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c558 if ((nconf = __rpc_getconfip("udp")) == NULL &&
559 (nconf = __rpc_getconfip("tcp")) == NULL)