HomeSort by relevance Sort by last modified time
    Searched full:mess_type (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/contrib/lease-access/
lease.access.patch 495 + if (mess_type == DHCPREQUEST || mess_type == DHCPDISCOVER)
502 switch (mess_type)
  /external/dnsmasq/src/
rfc2131.c 142 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 == DHCPDISCOVER ? DHCPOFFER : DHCPACK)
    [all...]

Completed in 520 milliseconds