Searched refs:__rpc_getconfip (Results 1 – 8 of 8) sorted by relevance
68 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()
103 __rpc_getconfip;
95 if ((nconf = __rpc_getconfip(tp)) == NULL) { in clnt_com_create()206 if ((nconf = __rpc_getconfip(netid)) == NULL) { in svc_com_create()
211 __rpc_getconfip(const char *nettype) in __rpc_getconfip() function
61 extern struct netconfig *__rpc_getconfip(const char *);
65 extern struct netconfig *__rpc_getconfip(const char *);
511 __rpc_getconfip(const char *nettype) in __rpc_getconfip() function
558 if ((nconf = __rpc_getconfip("udp")) == NULL &&559 (nconf = __rpc_getconfip("tcp")) == NULL)