Searched refs:decode_idx (Results 1 – 1 of 1) sorted by relevance
1568 int decode_idx = -1; in dhcp_parse_reply() local1596 decode_idx = DHCP_OPTION_IDX_ROUTER; in dhcp_parse_reply()1626 decode_idx = DHCP_OPTION_IDX_OVERLOAD; in dhcp_parse_reply()1630 decode_idx = DHCP_OPTION_IDX_MSG_TYPE; in dhcp_parse_reply()1634 decode_idx = DHCP_OPTION_IDX_SERVER_ID; in dhcp_parse_reply()1638 decode_idx = DHCP_OPTION_IDX_T1; in dhcp_parse_reply()1642 decode_idx = DHCP_OPTION_IDX_T2; in dhcp_parse_reply()1664 LWIP_ASSERT("check decode_idx", decode_idx >= 0 && decode_idx < DHCP_OPTION_IDX_MAX); in dhcp_parse_reply()1674 dhcp_got_option(dhcp, decode_idx); in dhcp_parse_reply()1683 decode_idx++; in dhcp_parse_reply()[all …]