Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Ddhcp.h90 DHCP_OPTION_IDX_NTP_SERVER, enumerator
91 DHCP_OPTION_IDX_NTP_SERVER_LAST = DHCP_OPTION_IDX_NTP_SERVER + LWIP_DHCP_MAX_NTP_SERVERS - 1,
/third_party/lwip/src/core/ipv4/
Ddhcp.c149 DHCP_OPTION_IDX_NTP_SERVER,
150 DHCP_OPTION_IDX_NTP_SERVER_LAST = DHCP_OPTION_IDX_NTP_SERVER + LWIP_DHCP_MAX_NTP_SERVERS - 1,
738 …for (n = 0; (n < LWIP_DHCP_MAX_NTP_SERVERS) && dhcp_option_given(dhcp, DHCP_OPTION_IDX_NTP_SERVER
739 …u32(&ntp_server_addrs[n], lwip_htonl(dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_NTP_SERVER + n)));
1680 decode_idx = DHCP_OPTION_IDX_NTP_SERVER;