Home
last modified time | relevance | path

Searched refs:DNS_FLAG1_AUTHORATIVE (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Ddns.h88 #define DNS_FLAG1_AUTHORATIVE 0x04 macro
/third_party/lwip/src/apps/mdns/
Dmdns.c1552 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()