Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h54 ip_addr_t offered_sn_mask; member
/external/syslinux/core/lwip/src/core/
Ddhcp.c512 ip_addr_set_zero(&dhcp->offered_sn_mask); in dhcp_handle_ack()
553 …ip4_addr_set_u32(&dhcp->offered_sn_mask, htonl(dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_SUBNET_… in dhcp_handle_ack()
963 ip_addr_copy(sn_mask, dhcp->offered_sn_mask); in dhcp_bind()
1190 ip_addr_set_zero(&dhcp->offered_sn_mask); in dhcp_release()