Searched refs:NBERR_HOSTNOTFOUND (Results 1 – 3 of 3) sorted by relevance
190 else if (error >= NBERR_HOSTNOTFOUND && error < NBERR_MAX) in nb_strerror()191 return nb_err[error - NBERR_HOSTNOTFOUND]; in nb_strerror()
121 error = NBERROR(NBERR_HOSTNOTFOUND); in nbns_resolvename()
47 #define NBERR_HOSTNOTFOUND 0x0101 macro