Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c453 if (!message && !(context = narrow_context(context, mess->yiaddr, netid))) in dhcp_reply()
866 if (!(context = narrow_context(context, mess->ciaddr, netid)) || in dhcp_reply()
942 if (message || !(context = narrow_context(context, mess->yiaddr, netid))) in dhcp_reply()
1060 if (!(context = narrow_context(context, mess->yiaddr, netid))) in dhcp_reply()
1250 context = narrow_context(context, mess->ciaddr, netid); in dhcp_reply()
Ddnsmasq.h773 struct dhcp_context *narrow_context(struct dhcp_context *context,
Ddhcp.c463 struct dhcp_context *narrow_context(struct dhcp_context *context, in narrow_context() function