dhcp_option_idx::DHCP_OPTION_IDX_SUBNET_MASK is only used within LwIP.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLwIPdhcp_option_idx::DHCP_OPTION_IDX_SUBNET_MASK

dhcp_option_idx::DHCP_OPTION_IDX_SUBNET_MASK

Syntax

DHCP_OPTION_IDX_SUBNET_MASK;

References

LocationReferrerText
dhcp.c:142
DHCP_OPTION_IDX_SUBNET_MASK,
dhcp.c:650dhcp_handle_ack()
if (dhcp_option_given(dhcp, DHCP_OPTION_IDX_SUBNET_MASK)) {
dhcp.c:652dhcp_handle_ack()
ip4_addr_set_u32(&dhcp->offered_sn_mask, lwip_htonl(dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_SUBNET_MASK)));
dhcp.c:1583dhcp_parse_reply()
decode_idx = DHCP_OPTION_IDX_SUBNET_MASK;

Data Use

Functions using dhcp_option_idx::DHCP_OPTION_IDX_SUBNET_MASK
dhcp_option_idx::DHCP_OPTION_IDX_SUBNET_MASK