Searched refs:__rpc_getconfip (Results 1 – 8 of 8) sorted by relevance
73 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()
106 __rpc_getconfip;
101 if ((nconf = __rpc_getconfip(tp)) == NULL) { in clnt_com_create()212 if ((nconf = __rpc_getconfip(netid)) == NULL) { in svc_com_create()
213 __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 *);
515 __rpc_getconfip(const char *nettype) in __rpc_getconfip() function
566 if ((nconf = __rpc_getconfip("udp")) == NULL &&567 (nconf = __rpc_getconfip("tcp")) == NULL)