Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsocket/inet/
H A Dgetservbyname_r.c56 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()
/titanic_44/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c58 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()
H A Dgetipnodeby.c101 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()
/titanic_44/usr/src/uts/common/rpc/
H A Dnettype.h68 extern struct netconfig *__rpc_getconfip(char *);
73 extern struct netconfig *__rpc_getconfip();
/titanic_44/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.c89 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()
H A Drtime_tli.c81 nconf = __rpc_getconfip(timeout == NULL ? "tcp" : "udp"); in rtime_tli()
H A Drpc_generic.c185 __rpc_getconfip(char *nettype) in __rpc_getconfip() function
/titanic_44/usr/src/lib/libnsl/common/
H A Dmapfile-vers647 __rpc_getconfip;
H A Dllib-lnsl651 struct netconfig *__rpc_getconfip(char *nettype);
/titanic_44/usr/src/cmd/rpcinfo/
H A Drpcinfo.c579 if ((nconf = __rpc_getconfip("udp")) == NULL &&
580 (nconf = __rpc_getconfip("tcp")) == NULL) {