Home
last modified time | relevance | path

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

/freebsd/usr.bin/ypwhich/
H A Dypwhich.c87 struct ypbind_resp ypbr; in bind_host() local
108 (xdrproc_t)xdr_ypbind_resp, &ypbr, tv); in bind_host()
114 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in bind_host()
116 yperr_string(ypbr.ypbind_status)); in bind_host()
123 memmove(&ss_addr.s_addr, &ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_addr, in bind_host()
/freebsd/lib/libc/yp/
H A Dyplib.c286 struct ypbind_resp ypbr; in _yp_dobind() local
466 (xdrproc_t)xdr_ypbind_resp, &ypbr, tv); in _yp_dobind()
479 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in _yp_dobind()
496 bcopy(&ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_port, in _yp_dobind()
499 bcopy(&ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_addr, in _yp_dobind()
510 *(u_short *)&ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_port; in _yp_dobind()