Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h199 #define DHCP_OPTION_SUBNET_MASK 1 /* RFC 2132 3.3 */ macro
/external/syslinux/core/lwip/src/core/
Ddhcp.c292 dhcp_option_byte(dhcp, DHCP_OPTION_SUBNET_MASK); in dhcp_select()
885 dhcp_option_byte(dhcp, DHCP_OPTION_SUBNET_MASK); in dhcp_discover()
1389 case(DHCP_OPTION_SUBNET_MASK): in dhcp_parse_reply()
/external/toybox/toys/pending/
Ddhcp.c100 #define DHCP_OPTION_SUBNET_MASK 0x01 macro
912 *optptr++ = DHCP_OPTION_SUBNET_MASK; in dhcpc_addreqoptions()