Home
last modified time | relevance | path

Searched refs:CONTEXT_PROXY (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/src/
Drfc2131.c325 if (context_tmp->flags & (CONTEXT_STATIC | CONTEXT_PROXY)) in dhcp_reply()
352 if (mess->htype == 0 || mess->hlen == 0 || (context->flags & CONTEXT_PROXY)) return 0; in dhcp_reply()
696 (context->flags & CONTEXT_PROXY)) { in dhcp_reply()
732 if (context->flags & CONTEXT_PROXY) return 0; in dhcp_reply()
Ddnsmasq.h549 #define CONTEXT_PROXY 8 macro
Ddnsmasq.c453 : (dhcp_tmp->flags & CONTEXT_PROXY) in main()
Doption.c1511 new->flags |= CONTEXT_PROXY; in one_opt()