Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c351 if (context_tmp->flags & (CONTEXT_STATIC | CONTEXT_PROXY)) in dhcp_reply()
380 if (mess->htype == 0 || mess->hlen == 0 || (context->flags & CONTEXT_PROXY)) in dhcp_reply()
783 (context->flags & CONTEXT_PROXY)) in dhcp_reply()
821 if (context->flags & CONTEXT_PROXY) in dhcp_reply()
Ddnsmasq.h555 #define CONTEXT_PROXY 8 macro
Ddnsmasq.c481 (dhcp_tmp->flags & CONTEXT_PROXY) ? in main()
Doption.c1687 new->flags |= CONTEXT_PROXY; in one_opt()