Home
last modified time | relevance | path

Searched refs:__yp_clnt_create_rsvdport (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_all.c263 if ((allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS, in __yp_all_rsvdport()
265 (allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS, in __yp_all_rsvdport()
H A Dyp_b.h154 extern CLIENT *__yp_clnt_create_rsvdport(const char *, rpcprog_t,
H A Dyp_rsvd.c97 __yp_clnt_create_rsvdport(const char *hostname, rpcprog_t prog, in __yp_clnt_create_rsvdport() function
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c219 extern CLIENT *__yp_clnt_create_rsvdport();
622 if ((pdomb->dom_client = __yp_clnt_create_rsvdport(host, YPPROG, vers,
1430 if ((domb.dom_client = __yp_clnt_create_rsvdport(master, YPPROG,
1433 (domb.dom_client = __yp_clnt_create_rsvdport(master, YPPROG,
1848 if ((domb.dom_client = __yp_clnt_create_rsvdport(pushhost,
H A Dyppush.c256 extern CLIENT *__yp_clnt_create_rsvdport();
1008 if ((ps->domb.dom_client = __yp_clnt_create_rsvdport(ps->svc_name, in send_message()
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers880 __yp_clnt_create_rsvdport;