Home
last modified time | relevance | path

Searched refs:decode_idx (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/core/
Ddhcp.c1371 int decode_idx = -1; in dhcp_parse_reply() local
1391 decode_idx = DHCP_OPTION_IDX_SUBNET_MASK; in dhcp_parse_reply()
1396 decode_idx = DHCP_OPTION_IDX_ROUTER; in dhcp_parse_reply()
1404 decode_idx = DHCP_OPTION_IDX_DNS_SERVER; in dhcp_parse_reply()
1408 decode_idx = DHCP_OPTION_IDX_LEASE_TIME; in dhcp_parse_reply()
1412 decode_idx = DHCP_OPTION_IDX_OVERLOAD; in dhcp_parse_reply()
1416 decode_idx = DHCP_OPTION_IDX_MSG_TYPE; in dhcp_parse_reply()
1420 decode_idx = DHCP_OPTION_IDX_SERVER_ID; in dhcp_parse_reply()
1424 decode_idx = DHCP_OPTION_IDX_T1; in dhcp_parse_reply()
1428 decode_idx = DHCP_OPTION_IDX_T2; in dhcp_parse_reply()
[all …]