Searched refs:DNS_RRTYPE_A (Results 1 – 2 of 2) sorted by relevance
49 #define DNS_RRTYPE_A 1 /* a host address */ macro
605 qry.type = PP_HTONS(DNS_RRTYPE_A); in dns_send()803 if((ans.type == PP_HTONS(DNS_RRTYPE_A)) && (ans.cls == PP_HTONS(DNS_RRCLASS_IN)) && in dns_recv()