Lines Matching refs:dom_client
76 CLIENT *dom_client; member
305 if (ysd->dom_client != NULL) in _yp_dobind()
344 if (ysd->dom_client != NULL) in _yp_dobind()
345 clnt_destroy(ysd->dom_client); in _yp_dobind()
347 ysd->dom_client = NULL; in _yp_dobind()
366 if (ysd->dom_client != NULL) { in _yp_dobind()
367 clnt_destroy(ysd->dom_client); in _yp_dobind()
368 ysd->dom_client = NULL; in _yp_dobind()
422 if (ysd->dom_client != NULL) { in _yp_dobind()
423 clnt_destroy(ysd->dom_client); in _yp_dobind()
424 ysd->dom_client = NULL; in _yp_dobind()
517 if (ysd->dom_client == NULL) { in _yp_dobind()
521 ysd->dom_client = clntudp_bufcreate(&ysd->dom_server_addr, in _yp_dobind()
523 if (ysd->dom_client == NULL) { in _yp_dobind()
542 clnt_destroy(ysd->dom_client); in _yp_dobind()
560 clnt_control(ysd->dom_client, CLSET_RETRY_TIMEOUT, (char*)&tv); in _yp_dobind()
573 if (ypb->dom_client != NULL) { in _yp_unbind()
582 clnt_destroy(ypb->dom_client); in _yp_unbind()
586 clnt_destroy(ypb->dom_client); in _yp_unbind()
589 ypb->dom_client = NULL; in _yp_unbind()
712 r = clnt_call(ysd->dom_client, YPPROC_MATCH, in yp_match()
716 clnt_perror(ysd->dom_client, "yp_match: clnt_call"); in yp_match()
804 r = clnt_call(ysd->dom_client, YPPROC_FIRST, in yp_first()
808 clnt_perror(ysd->dom_client, "yp_first: clnt_call"); in yp_first()
885 r = clnt_call(ysd->dom_client, YPPROC_NEXT, in yp_next()
889 clnt_perror(ysd->dom_client, "yp_next: clnt_call"); in yp_next()
1023 r = clnt_call(ysd->dom_client, YPPROC_ORDER, in yp_order()
1037 clnt_perror(ysd->dom_client, "yp_order: clnt_call"); in yp_order()
1080 r = clnt_call(ysd->dom_client, YPPROC_MASTER, in yp_master()
1084 clnt_perror(ysd->dom_client, "yp_master: clnt_call"); in yp_master()
1123 r = clnt_call(ysd->dom_client, YPPROC_MAPLIST, in yp_maplist()
1127 clnt_perror(ysd->dom_client, "yp_maplist: clnt_call"); in yp_maplist()