Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Ddhcp6.c82 #define LWIP_DHCP6_PROVIDE_DNS_SERVERS LWIP_DHCP6_MAX_DNS_SERVERS macro
84 #define LWIP_DHCP6_PROVIDE_DNS_SERVERS DNS_MAX_SERVERS macro
87 #define LWIP_DHCP6_PROVIDE_DNS_SERVERS 0 macro
99 #if LWIP_DHCP6_PROVIDE_DNS_SERVERS
455 #if LWIP_DHCP6_PROVIDE_DNS_SERVERS in dhcp6_information_request()
530 #if LWIP_DHCP6_PROVIDE_DNS_SERVERS in dhcp6_handle_config_reply()
541 for (n = 0, idx = op_start; (idx < op_start + op_len) && (n < LWIP_DHCP6_PROVIDE_DNS_SERVERS); in dhcp6_handle_config_reply()
671 #if LWIP_DHCP6_PROVIDE_DNS_SERVERS in dhcp6_parse_reply()