Searched refs:DHCP_OPTION_IDX_NTP_SERVER (Results 1 – 2 of 2) sorted by relevance
90 DHCP_OPTION_IDX_NTP_SERVER, enumerator91 DHCP_OPTION_IDX_NTP_SERVER_LAST = DHCP_OPTION_IDX_NTP_SERVER + LWIP_DHCP_MAX_NTP_SERVERS - 1,
149 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;