Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Ddhcp.c113 #define DHCP_OPTION_IDX_LEASE_TIME 3 macro
519 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_LEASE_TIME)) { in dhcp_handle_ack()
521 dhcp->offered_t0_lease = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_LEASE_TIME); in dhcp_handle_ack()
1408 decode_idx = DHCP_OPTION_IDX_LEASE_TIME; in dhcp_parse_reply()