Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/apps/
A Dsntp_opts.h61 #define SNTP_MAX_SERVERS LWIP_DHCP_MAX_NTP_SERVERS
/lib/lwip/lwip/contrib/examples/example_app/test_configs/
A Dopt_default.h78 #define LWIP_DHCP_MAX_NTP_SERVERS 1 macro
A Dopt_dualstack.h78 #define LWIP_DHCP_MAX_NTP_SERVERS 1 macro
A Dopt_ipv4only.h78 #define LWIP_DHCP_MAX_NTP_SERVERS 1 macro
A Dopt_ipv6only.h78 #define LWIP_DHCP_MAX_NTP_SERVERS 1 macro
A Dopt_nosys_dual.h78 #define LWIP_DHCP_MAX_NTP_SERVERS 1 macro
A Dopt_nosys_ipv4.h78 #define LWIP_DHCP_MAX_NTP_SERVERS 1 macro
A Dopt_nosys_ipv6.h78 #define LWIP_DHCP_MAX_NTP_SERVERS 1 macro
/lib/lwip/lwip/src/include/lwip/
A Dopt.h959 #if !defined LWIP_DHCP_MAX_NTP_SERVERS || defined __DOXYGEN__
960 #define LWIP_DHCP_MAX_NTP_SERVERS 1 macro
/lib/lwip/lwip/src/core/ipv4/
A Ddhcp.c196 DHCP_OPTION_IDX_NTP_SERVER_LAST = DHCP_OPTION_IDX_NTP_SERVER + LWIP_DHCP_MAX_NTP_SERVERS - 1,
674 ip4_addr_t ntp_server_addrs[LWIP_DHCP_MAX_NTP_SERVERS]; in dhcp_handle_ack()
732 …for (n = 0; (n < LWIP_DHCP_MAX_NTP_SERVERS) && dhcp_option_given(dhcp, DHCP_OPTION_IDX_NTP_SERVER … in dhcp_handle_ack()
1617 decode_len = LWIP_MIN(len, 4 * LWIP_DHCP_MAX_NTP_SERVERS); in dhcp_parse_reply()

Completed in 41 milliseconds