Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Ddhcp.c121 #define DHCP_OPTION_IDX_SUBNET_MASK 6 macro
628 if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_SUBNET_MASK)) { in dhcp_handle_ack()
630 …_u32(&dhcp->offered_sn_mask, lwip_htonl(dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_SUBNET_MASK))); in dhcp_handle_ack()
1541 decode_idx = DHCP_OPTION_IDX_SUBNET_MASK; in dhcp_parse_reply()

Completed in 9 milliseconds