Home | History | Annotate | Download | only in net

Lines Matching refs:h_errno

1342 		h_errno = NO_RECOVERY;
1347 h_errno = NO_RECOVERY;
1358 h_errno = NO_RECOVERY;
1478 h_errno = NETDB_SUCCESS;
1482 h_errno = NO_RECOVERY;
1910 h_errno = NETDB_INTERNAL;
1916 h_errno = NETDB_INTERNAL;
2010 switch (h_errno) {
2153 * Error number is left in h_errno.
2203 h_errno = NO_RECOVERY;
2213 h_errno = TRY_AGAIN;
2236 h_errno = HOST_NOT_FOUND;
2239 h_errno = TRY_AGAIN;
2242 h_errno = NO_DATA;
2248 h_errno = NO_RECOVERY;
2260 * is detected. Error code, if any, is left in h_errno.
2277 h_errno = HOST_NOT_FOUND; /* default, if we never query */
2305 saved_herrno = h_errno;
2347 h_errno = TRY_AGAIN;
2351 switch (h_errno) {
2391 * if we did an initial full query, return that query's h_errno
2394 * else send back meaningless h_errno, that being the one from
2398 h_errno = saved_herrno;
2400 h_errno = NO_DATA;
2402 h_errno = TRY_AGAIN;
2433 h_errno = NO_RECOVERY;
2445 h_errno = NO_RECOVERY;