HomeSort by: relevance | last modified time | path
    Searched refs:NO_DATA (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
netdb.h 227 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
231 #define NO_DATA 4 /*%< Valid name, no data record of requested type */
233 #define NO_ADDRESS NO_DATA /*%< no address, look for MX record */
  /src/lib/libc/resolv/
res_query.c 223 RES_SET_H_ERRNO(statp, NO_DATA);
317 * On a NO_DATA error, keep trying, otherwise
331 case NO_DATA:
379 RES_SET_H_ERRNO(statp, NO_DATA);
  /src/lib/libc/net/
getnameinfo.c 418 case NO_DATA:
getaddrinfo.c 1992 h_errno = ntohs(hp->ancount) > 0? NO_DATA : NO_RECOVERY;
2263 case NO_DATA: // XXX: Perhaps we could differentiate
2658 h_errno = NO_DATA;
2746 * On a NO_DATA error, keep trying, otherwise
2760 case NO_DATA:
2808 h_errno = NO_DATA;

Completed in 17 milliseconds