Searched refs:NBERR_HOSTNOTFOUND (Results 1 – 3 of 3) sorted by relevance
337 else if (error >= NBERR_HOSTNOTFOUND && error < NBERR_MAX)338 return (nb_err[error - NBERR_HOSTNOTFOUND]);
238 error = NBERROR(NBERR_HOSTNOTFOUND); in nbns_resolvename()308 error = NBERROR(NBERR_HOSTNOTFOUND); in nbns_getnodestatus()665 return (NBERROR(NBERR_HOSTNOTFOUND)); in nbns_rq()
52 #define NBERR_HOSTNOTFOUND 0x0101 macro