Home
last modified time | relevance | path

Searched refs:ypbr (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.bin/ypwhich/
H A Dypwhich.c92 struct ypbind_resp ypbr; in bind_host() local
111 (xdrproc_t)xdr_ypbind_resp, &ypbr, tv); in bind_host()
117 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in bind_host()
119 ypbinderr_string(ypbr.ypbind_respbody.ypbind_error)); in bind_host()
126 ss_addr = ypbr.ypbind_respbody.ypbind_bindinfo.ypbind_binding_addr; in bind_host()
/dflybsd-src/lib/libc/yp/
H A Dyplib.c300 struct ypbind_resp ypbr; in _yp_dobind() local
479 (xdrproc_t)xdr_ypbind_resp, &ypbr, tv); in _yp_dobind()
492 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in _yp_dobind()
509 bcopy(&ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_port, in _yp_dobind()
512 bcopy(&ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_addr, in _yp_dobind()
523 *(u_short *)&ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_port; in _yp_dobind()