Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Ddhcp6.c558 ip_addr_t ntp_server_addrs[LWIP_DHCP6_MAX_NTP_SERVERS]; in dhcp6_handle_config_reply()
564 for (n = 0, idx = op_start; (idx < op_start + op_len) && (n < LWIP_DHCP6_MAX_NTP_SERVERS); in dhcp6_handle_config_reply()
/third_party/lwip/src/include/lwip/
Dopt.h2713 #if !defined LWIP_DHCP6_MAX_NTP_SERVERS || defined __DOXYGEN__
2714 #define LWIP_DHCP6_MAX_NTP_SERVERS 1 macro