Searched refs:DNS_FLAG1_RESPONSE (Results 1 – 3 of 3) sorted by relevance
84 #define DNS_FLAG1_RESPONSE 0x80 macro
1405 if (flags & DNS_FLAG1_RESPONSE) { in mdns_send_outpacket()1552 mdns_send_outpacket(&announce, DNS_FLAG1_RESPONSE | DNS_FLAG1_AUTHORATIVE); in mdns_announce()1768 mdns_send_outpacket(&reply, DNS_FLAG1_RESPONSE | DNS_FLAG1_AUTHORATIVE); in mdns_handle_question()1907 if (hdr.flags1 & DNS_FLAG1_RESPONSE) { in mdns_recv()
1272 if ((hdr.flags1 & DNS_FLAG1_RESPONSE) == 0) { in dns_recv()