Searched refs:__rpc_getconfip (Results 1 – 10 of 10) sorted by relevance
54 extern struct netconfig *__rpc_getconfip();65 if ((nconf = __rpc_getconfip("udp")) == NULL && in getservbyname_r()66 (nconf = __rpc_getconfip("tcp")) == NULL) { in getservbyname_r()99 if ((nconf = __rpc_getconfip("udp")) == NULL && in getservbyport_r()100 (nconf = __rpc_getconfip("tcp")) == NULL) { in getservbyport_r()
56 extern struct netconfig *__rpc_getconfip();118 if ((nconf = __rpc_getconfip("udp")) == NULL && in gethostbyname_r()119 (nconf = __rpc_getconfip("tcp")) == NULL) { in gethostbyname_r()161 if ((nconf = __rpc_getconfip("udp")) == NULL && in gethostbyaddr_r()162 (nconf = __rpc_getconfip("tcp")) == NULL) { in gethostbyaddr_r()
103 extern struct netconfig *__rpc_getconfip(char *);257 if ((nconf = __rpc_getconfip("udp")) == NULL && in getipnodebyname()258 (nconf = __rpc_getconfip("tcp")) == NULL) { in getipnodebyname()502 if ((nconf = __rpc_getconfip("udp")) == NULL && in getipnodebyaddr()503 (nconf = __rpc_getconfip("tcp")) == NULL) { in getipnodebyaddr()582 if ((nconf = __rpc_getconfip("udp")) == NULL && in getipnodebyaddr()583 (nconf = __rpc_getconfip("tcp")) == NULL) { in getipnodebyaddr()632 if ((nconf = __rpc_getconfip("udp")) == NULL && in getipnodebyaddr()633 (nconf = __rpc_getconfip("tcp")) == NULL) { in getipnodebyaddr()
66 extern struct netconfig *__rpc_getconfip(char *);71 extern struct netconfig *__rpc_getconfip();
73 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp"); in pmap_set()100 nconf = __rpc_getconfip("udp"); in pmap_unset()105 nconf = __rpc_getconfip("tcp"); in pmap_unset()
87 if ((nconf = __rpc_getconfip(tp)) == NULL) { in clnt_com_create()201 if ((nconf = __rpc_getconfip(netid)) == NULL) { in svc_com_create()520 if ((nconf = __rpc_getconfip("udp")) == NULL && in authdes_create()521 (nconf = __rpc_getconfip("tcp")) == NULL) in authdes_create()
79 nconf = __rpc_getconfip(timeout == NULL ? "tcp" : "udp"); in rtime_tli()
183 __rpc_getconfip(char *nettype) in __rpc_getconfip() function
579 if ((nconf = __rpc_getconfip("udp")) == NULL &&580 (nconf = __rpc_getconfip("tcp")) == NULL) {
736 __rpc_getconfip;