Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h201 #define DHCP_OPTION_DNS_SERVER 6 macro
/external/syslinux/core/lwip/src/core/
Ddhcp.c295 dhcp_option_byte(dhcp, DHCP_OPTION_DNS_SERVER); in dhcp_select()
888 dhcp_option_byte(dhcp, DHCP_OPTION_DNS_SERVER); in dhcp_discover()
1398 case(DHCP_OPTION_DNS_SERVER): in dhcp_parse_reply()
/external/toybox/toys/pending/
Ddhcp.c102 #define DHCP_OPTION_DNS_SERVER 0x06 macro
914 *optptr++ = DHCP_OPTION_DNS_SERVER; in dhcpc_addreqoptions()