Searched refs:E_DNSBASE (Results 1 – 4 of 4) sorted by relevance
107 case HOST_NOT_FOUND + E_DNSBASE:110 case TRY_AGAIN + E_DNSBASE:113 case NO_RECOVERY + E_DNSBASE:116 case NO_DATA + E_DNSBASE:
1223 case HOST_NOT_FOUND + E_DNSBASE:1227 case TRY_AGAIN + E_DNSBASE:1231 case NO_RECOVERY + E_DNSBASE:1235 case NO_DATA + E_DNSBASE:
5096 statmsg = sm_errstring(h_errno + E_DNSBASE);5156 statmsg = sm_errstring(h_errno + E_DNSBASE);
50 #define E_DNSBASE (E_PSEUDOBASE + 20) /* base for DNS h_errno */ macro