Searched refs:DNS_RRCLASS_IN (Results 1 – 2 of 2) sorted by relevance
67 #define DNS_RRCLASS_IN 1 /* the Internet */ macro
611 qry.cls = PP_HTONS(DNS_RRCLASS_IN); in dns_send()808 if((ans.type == PP_HTONS(DNS_RRTYPE_A)) && (ans.cls == PP_HTONS(DNS_RRCLASS_IN)) && in dns_recv()