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

/freebsd-10.1-release/include/rpc/
H A Dnettype.h60 extern struct netconfig *__rpc_getconfip(const char *);
/freebsd-10.1-release/sys/rpc/
H A Dnettype.h64 extern struct netconfig *__rpc_getconfip(const char *);
H A Drpc_generic.c514 __rpc_getconfip(const char *nettype) function
/freebsd-10.1-release/lib/libc/rpc/
H A Dpmap_clnt.c73 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp");
101 nconf = __rpc_getconfip("udp");
107 nconf = __rpc_getconfip("tcp");
H A DSymbol.map138 __rpc_getconfip;
H A Drpc_soc.c107 if ((nconf = __rpc_getconfip(tp)) == NULL) {
239 if ((nconf = __rpc_getconfip(netid)) == NULL) {
H A Drpc_generic.c240 __rpc_getconfip(nettype) function
/freebsd-10.1-release/usr.bin/rpcinfo/
H A Drpcinfo.c567 if ((nconf = __rpc_getconfip("udp")) == NULL &&
568 (nconf = __rpc_getconfip("tcp")) == NULL)

Completed in 72 milliseconds