Searched refs:__yp_clnt_create_rsvdport (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libnsl/yp/ |
H A D | yp_all.c | 265 if ((allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS, in __yp_all_rsvdport() 267 (allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS, in __yp_all_rsvdport()
|
H A D | yp_b.h | 156 extern CLIENT *__yp_clnt_create_rsvdport(const char *, rpcprog_t,
|
H A D | yp_rsvd.c | 99 __yp_clnt_create_rsvdport(const char *hostname, rpcprog_t prog, in __yp_clnt_create_rsvdport() function
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypxfr.c | 217 extern CLIENT *__yp_clnt_create_rsvdport(); 619 if ((pdomb->dom_client = __yp_clnt_create_rsvdport(host, YPPROG, vers, 1427 if ((domb.dom_client = __yp_clnt_create_rsvdport(master, YPPROG, 1430 (domb.dom_client = __yp_clnt_create_rsvdport(master, YPPROG, 1845 if ((domb.dom_client = __yp_clnt_create_rsvdport(pushhost,
|
H A D | yppush.c | 255 extern CLIENT *__yp_clnt_create_rsvdport(); 1007 if ((ps->domb.dom_client = __yp_clnt_create_rsvdport(ps->svc_name, in send_message()
|
/titanic_44/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 776 __yp_clnt_create_rsvdport;
|
H A D | llib-lnsl | 1050 CLIENT *__yp_clnt_create_rsvdport(const char *hostname,
|