Searched refs:__rpc_getconfip (Results 1 – 11 of 11) sorted by relevance
56 extern struct netconfig *__rpc_getconfip();67 if ((nconf = __rpc_getconfip("udp")) == NULL && in getservbyname_r()68 (nconf = __rpc_getconfip("tcp")) == NULL) { in getservbyname_r()101 if ((nconf = __rpc_getconfip("udp")) == NULL && in getservbyport_r()102 (nconf = __rpc_getconfip("tcp")) == NULL) { in getservbyport_r()
58 extern struct netconfig *__rpc_getconfip();120 if ((nconf = __rpc_getconfip("udp")) == NULL && in gethostbyname_r()121 (nconf = __rpc_getconfip("tcp")) == NULL) { in gethostbyname_r()163 if ((nconf = __rpc_getconfip("udp")) == NULL && in gethostbyaddr_r()164 (nconf = __rpc_getconfip("tcp")) == NULL) { in gethostbyaddr_r()
101 extern struct netconfig *__rpc_getconfip(char *);235 if ((nconf = __rpc_getconfip("udp")) == NULL && in getipnodebyname()236 (nconf = __rpc_getconfip("tcp")) == NULL) { in getipnodebyname()480 if ((nconf = __rpc_getconfip("udp")) == NULL && in getipnodebyaddr()481 (nconf = __rpc_getconfip("tcp")) == NULL) { in getipnodebyaddr()560 if ((nconf = __rpc_getconfip("udp")) == NULL && in getipnodebyaddr()561 (nconf = __rpc_getconfip("tcp")) == NULL) { in getipnodebyaddr()610 if ((nconf = __rpc_getconfip("udp")) == NULL && in getipnodebyaddr()611 (nconf = __rpc_getconfip("tcp")) == NULL) { in getipnodebyaddr()
68 extern struct netconfig *__rpc_getconfip(char *);73 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()
89 if ((nconf = __rpc_getconfip(tp)) == NULL) { in clnt_com_create()203 if ((nconf = __rpc_getconfip(netid)) == NULL) { in svc_com_create()522 if ((nconf = __rpc_getconfip("udp")) == NULL && in authdes_create()523 (nconf = __rpc_getconfip("tcp")) == NULL) in authdes_create()
81 nconf = __rpc_getconfip(timeout == NULL ? "tcp" : "udp"); in rtime_tli()
185 __rpc_getconfip(char *nettype) in __rpc_getconfip() function
647 __rpc_getconfip;
651 struct netconfig *__rpc_getconfip(char *nettype);
579 if ((nconf = __rpc_getconfip("udp")) == NULL &&580 (nconf = __rpc_getconfip("tcp")) == NULL) {