Home
last modified time | relevance | path

Searched refs:ypbind_status (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/usr.bin/ypwhich/
H A Dypwhich.c115 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in bind_host()
117 yperr_string(ypbr.ypbind_status)); in bind_host()
/freebsd-14.2/include/rpcsvc/
H A Dyp_prot.h246 enum ypbind_resptype ypbind_status; member
H A Dyp.x204 union ypbind_resp switch (ypbind_resptype ypbind_status) {
/freebsd-14.2/usr.sbin/ypbind/
H A Dypbind.c172 res.ypbind_status = YPBIND_FAIL_VAL; in ypbindproc_domain_2_yp()
227 res.ypbind_status = YPBIND_SUCC_VAL; in ypbindproc_domain_2_yp()
960 ybr.ypbind_status = YPBIND_SUCC_VAL; in rpc_received()
/freebsd-14.2/lib/libc/yp/
H A Dyplib.c479 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in _yp_dobind()