Lines Matching refs:h_errno
60 int h_errno; variable
96 h_errno = NO_RECOVERY;
105 h_errno = TRY_AGAIN;
118 h_errno = HOST_NOT_FOUND;
121 h_errno = TRY_AGAIN;
124 h_errno = NO_DATA;
130 h_errno = NO_RECOVERY;
136 h_errno = 0;
163 h_errno = HOST_NOT_FOUND; /* default, if we never query */
196 h_errno = TRY_AGAIN;
199 if (h_errno == NO_DATA)
201 if ((h_errno != HOST_NOT_FOUND && h_errno != NO_DATA) ||
217 h_errno = NO_DATA;