Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c412 if (!message && !(context = narrow_context(context, mess->yiaddr, netid))) in dhcp_reply()
769 if (!(context = narrow_context(context, mess->ciaddr, netid)) || in dhcp_reply()
845 if (message || !(context = narrow_context(context, mess->yiaddr, netid))) return 0; in dhcp_reply()
941 if (!(context = narrow_context(context, mess->yiaddr, netid))) { in dhcp_reply()
1108 context = narrow_context(context, mess->ciaddr, netid); in dhcp_reply()
Ddnsmasq.h752 struct dhcp_context* narrow_context(struct dhcp_context* context, struct in_addr taddr,
Ddhcp.c349 struct dhcp_context* narrow_context(struct dhcp_context* context, struct in_addr taddr, in narrow_context() function