Home
last modified time | relevance | path

Searched refs:__rpc_getconfip (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetservbyname_r.c54 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()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c56 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()
H A Dgetipnodeby.c103 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()
/illumos-gate/usr/src/uts/common/rpc/
H A Dnettype.h66 extern struct netconfig *__rpc_getconfip(char *);
71 extern struct netconfig *__rpc_getconfip();
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c73 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()
H A Drpc_soc.c87 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()
H A Drtime_tli.c79 nconf = __rpc_getconfip(timeout == NULL ? "tcp" : "udp"); in rtime_tli()
H A Drpc_generic.c183 __rpc_getconfip(char *nettype) in __rpc_getconfip() function
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c579 if ((nconf = __rpc_getconfip("udp")) == NULL &&
580 (nconf = __rpc_getconfip("tcp")) == NULL) {
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers736 __rpc_getconfip;