Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h179 #define OPT_AUTHORITATIVE (1u<<17) macro
Drfc2131.c1001 if (!(daemon->options & OPT_AUTHORITATIVE)) in dhcp_reply()
1017 if (!lease && !(daemon->options & OPT_AUTHORITATIVE)) in dhcp_reply()
1037 (!lease && !(daemon->options & OPT_AUTHORITATIVE))) in dhcp_reply()
Doption.c259 …{ 'K', OPT_AUTHORITATIVE, NULL, gettext_noop("Assume we are the only DHCP server on the local netw…