Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h205 #define DHCP_OPTION_BROADCAST 28 macro
/external/syslinux/core/lwip/src/core/
Ddhcp.c294 dhcp_option_byte(dhcp, DHCP_OPTION_BROADCAST); in dhcp_select()
887 dhcp_option_byte(dhcp, DHCP_OPTION_BROADCAST); in dhcp_discover()
/external/toybox/toys/pending/
Ddhcp.c104 #define DHCP_OPTION_BROADCAST 0x1c macro
915 *optptr++ = DHCP_OPTION_BROADCAST; in dhcpc_addreqoptions()