Searched refs:msg_type (Results 1 – 1 of 1) sorted by relevance
1542 u8_t msg_type; in dhcp_recv() local1594 msg_type = (u8_t)dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_MSG_TYPE); in dhcp_recv()1596 if (msg_type == DHCP_ACK) { in dhcp_recv()1615 else if ((msg_type == DHCP_NAK) && in dhcp_recv()1622 else if ((msg_type == DHCP_OFFER) && (dhcp->state == DHCP_SELECTING)) { in dhcp_recv()