Home
last modified time | relevance | path

Searched refs:YPBIND_ERR_NOSERV (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/rpcsvc/
H A Dyp_prot.h255 #define YPBIND_ERR_NOSERV 2 /* no bound server for passed domain */ macro
H A Dyp.x208 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ variable
/freebsd/usr.sbin/ypbind/
H A Dypbind.c172 res.ypbind_resp_u.ypbind_error = YPBIND_ERR_NOSERV; in ypbindproc_domain_2_yp()
/freebsd/lib/libc/yp/
H A Dyplib.c271 case YPBIND_ERR_NOSERV: in ypbinderr_string()