Searched refs:is_inform (Results 1 - 3 of 3) sorted by relevance

/external/dnsmasq/src/
H A Ddhcp.c113 int iface_index = 0, unicast_dest = 0, is_inform = 0; local
246 now, unicast_dest, &is_inform);
279 if ((!is_inform && dest.sin_addr.s_addr != mess->ciaddr.s_addr) ||
H A Ddnsmasq.h848 size_t sz, time_t now, int unicast_dest, int *is_inform);
H A Drfc2131.c122 size_t sz, time_t now, int unicast_dest, int *is_inform)
1295 *is_inform = 1; /* handle reply differently */
121 dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index, size_t sz, time_t now, int unicast_dest, int *is_inform) argument

Completed in 51 milliseconds