Home
last modified time | relevance | path

Searched refs:mess_type (Results 1 – 2 of 2) sorted by relevance

/external/dnsmasq/src/
Drfc2131.c142 unsigned int mess_type = 0; in dhcp_reply() local
167 mess_type = option_uint(opt, 0, 1); in dhcp_reply()
194 if ((option_find(mess, sz, OPTION_REQUESTED_IP, INADDRSZ) || mess_type == DHCPDISCOVER)) in dhcp_reply()
373 if (mess_type == 0) in dhcp_reply()
722 if ((mess_type == DHCPREQUEST || mess_type == DHCPINFORM) && in dhcp_reply()
782 if ((mess_type == DHCPDISCOVER || mess_type == DHCPREQUEST) && in dhcp_reply()
788 if (mess_type == DHCPDISCOVER || mess->ciaddr.s_addr == 0) in dhcp_reply()
808 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK); in dhcp_reply()
831 switch (mess_type) in dhcp_reply()
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch495 + if (mess_type == DHCPREQUEST || mess_type == DHCPDISCOVER)
502 switch (mess_type)