Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/rpc/
HDpmap_clnt.c73 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp"); in pmap_set()
101 nconf = __rpc_getconfip("udp"); in pmap_unset()
107 nconf = __rpc_getconfip("tcp"); in pmap_unset()
HDSymbol.map106 __rpc_getconfip;
HDrpc_soc.c101 if ((nconf = __rpc_getconfip(tp)) == NULL) { in clnt_com_create()
212 if ((nconf = __rpc_getconfip(netid)) == NULL) { in svc_com_create()
HDrpc_generic.c213 __rpc_getconfip(const char *nettype) in __rpc_getconfip() function
/freebsd-13-stable/include/rpc/
HDnettype.h61 extern struct netconfig *__rpc_getconfip(const char *);
/freebsd-13-stable/sys/rpc/
HDnettype.h65 extern struct netconfig *__rpc_getconfip(const char *);
HDrpc_generic.c515 __rpc_getconfip(const char *nettype) in __rpc_getconfip() function
/freebsd-13-stable/usr.bin/rpcinfo/
HDrpcinfo.c566 if ((nconf = __rpc_getconfip("udp")) == NULL &&
567 (nconf = __rpc_getconfip("tcp")) == NULL)