Searched refs:mess_type (Results 1 – 1 of 1) sorted by relevance
137 unsigned int mess_type = 0; in dhcp_reply() local159 mess_type = option_uint(opt, 0, 1); in dhcp_reply()183 if ((option_find(mess, sz, OPTION_REQUESTED_IP, INADDRSZ) || mess_type == DHCPDISCOVER)) in dhcp_reply()346 if (mess_type == 0) { in dhcp_reply()639 if ((mess_type == DHCPREQUEST || mess_type == DHCPINFORM) && in dhcp_reply()695 if ((mess_type == DHCPDISCOVER || mess_type == DHCPREQUEST) && in dhcp_reply()700 if (mess_type == DHCPDISCOVER || mess->ciaddr.s_addr == 0) { in dhcp_reply()716 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK); in dhcp_reply()740 switch (mess_type) { in dhcp_reply()