HomeSort by: relevance | last modified time | path
    Searched refs:__rpc_getconfip (Results 1 - 5 of 5) sorted by relevancy

  /src/include/rpc/
nettype.h 60 extern struct netconfig *__rpc_getconfip(const char *);
  /src/lib/libc/rpc/
pmap_clnt.c 81 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp");
109 nconf = __rpc_getconfip("udp");
115 nconf = __rpc_getconfip("tcp");
rpc_soc.c 124 if ((nconf = __rpc_getconfip(tp)) == NULL) {
236 if ((nconf = __rpc_getconfip(netid)) == NULL) {
rpc_generic.c 253 __rpc_getconfip(const char *nettype) function in typeref:struct:netconfig *
  /src/usr.bin/rpcinfo/
rpcinfo.c 566 if ((nconf = __rpc_getconfip("udp")) == NULL &&
567 (nconf = __rpc_getconfip("tcp")) == NULL) {

Completed in 15 milliseconds