Home
last modified time | relevance | path

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

/src/usr.bin/ypwhich/
H A Dypwhich.c114 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in bind_host()
116 yperr_string(ypbr.ypbind_status)); in bind_host()
/src/include/rpcsvc/
H A Dyp_prot.h246 enum ypbind_resptype ypbind_status; member
H A Dyp.x198 union ypbind_resp switch (ypbind_resptype ypbind_status) {
/src/usr.sbin/ypbind/
H A Dypbind.c171 res.ypbind_status = YPBIND_FAIL_VAL; in ypbindproc_domain_2_yp()
226 res.ypbind_status = YPBIND_SUCC_VAL; in ypbindproc_domain_2_yp()
959 ybr.ypbind_status = YPBIND_SUCC_VAL; in rpc_received()
/src/lib/libc/yp/
H A Dyplib.c479 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in _yp_dobind()