Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dyp.x189 YPBIND_SUCC_VAL = 1, enumerator
201 case YPBIND_SUCC_VAL:
H A Dyp_prot.h235 YPBIND_SUCC_VAL = 1, enumerator
/freebsd/usr.bin/ypwhich/
H A Dypwhich.c114 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in bind_host()
/freebsd/usr.sbin/ypbind/
H A Dypbind.c226 res.ypbind_status = YPBIND_SUCC_VAL; in ypbindproc_domain_2_yp()
959 ybr.ypbind_status = YPBIND_SUCC_VAL; in rpc_received()
/freebsd/lib/libc/yp/
H A Dyplib.c479 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) { in _yp_dobind()