Home
last modified time | relevance | path

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

/external/dnsmasq/contrib/lease-access/
Dlease.access.patch197 size_t sz, time_t now, int unicast_dest, int *is_inform);
285 now, unicast_dest, &is_inform);
459 size_t sz, time_t now, int unicast_dest, int *is_inform)
/external/dnsmasq/src/
Ddhcp.c118 int iface_index = 0, unicast_dest = 0, is_inform = 0; in dhcp_packet() local
251 now, unicast_dest, &is_inform); in dhcp_packet()
284 if ((!is_inform && dest.sin_addr.s_addr != mess->ciaddr.s_addr) || in dhcp_packet()
Ddnsmasq.h817 size_t sz, time_t now, int unicast_dest, int *is_inform);
Drfc2131.c122 size_t sz, time_t now, int unicast_dest, int *is_inform) in dhcp_reply() argument
1295 *is_inform = 1; /* handle reply differently */ in dhcp_reply()