Home
last modified time | relevance | path

Searched refs:DNS_FLAG1_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Ddns.h84 #define DNS_FLAG1_RESPONSE 0x80 macro
/third_party/lwip/src/apps/mdns/
Dmdns.c1405 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()
/third_party/lwip/src/core/
Ddns.c1272 if ((hdr.flags1 & DNS_FLAG1_RESPONSE) == 0) { in dns_recv()