HomeSort by: relevance | last modified time | path
    Searched refs:dom_client (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/yp/
yp_maplist.c 62 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_MAPLIST,
67 clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
yp_master.c 73 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_MASTER,
78 clnt_perror(ysd->dom_client, "yp_master: clnt_call");
yp_order.c 70 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_ORDER,
76 clnt_perror(ysd->dom_client, "yp_order: clnt_call");
yplib.c 130 if (ysd->dom_client)
131 clnt_destroy(ysd->dom_client);
260 if (ysd->dom_client)
261 clnt_destroy(ysd->dom_client);
263 ysd->dom_client = clntudp_create(&ysd->dom_server_addr,
265 if (ysd->dom_client == NULL) {
288 clnt_destroy(ypb->dom_client);
289 ypb->dom_client = NULL;
313 clnt_destroy(ypb->dom_client);
yp_first.c 75 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_FIRST,
80 clnt_perror(ysd->dom_client, "yp_first: clnt_call");
152 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_NEXT,
157 clnt_perror(ysd->dom_client, "yp_next: clnt_call");
yp_match.c 209 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_MATCH,
215 clnt_perror(ysd->dom_client, "yp_match: clnt_call");
  /src/include/rpcsvc/
yp_prot.h 199 CLIENT *dom_client; member in struct:dom_binding

Completed in 14 milliseconds