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

/external/dnsmasq/src/
H A Drfc2131.c142 unsigned int mess_type = 0; local
167 mess_type = option_uint(opt, 0, 1);
194 if ((option_find(mess, sz, OPTION_REQUESTED_IP, INADDRSZ) || mess_type == DHCPDISCOVER))
373 if (mess_type == 0)
722 if ((mess_type == DHCPREQUEST || mess_type == DHCPINFORM) &&
782 if ((mess_type == DHCPDISCOVER || mess_type == DHCPREQUEST) &&
788 if (mess_type == DHCPDISCOVER || mess->ciaddr.s_addr == 0)
808 mess_type
[all...]

Completed in 38 milliseconds