LWIP_DHCP_GET_NTP_SRV is only used within LwIP.
 
Symbols
loading...
Files
loading...

LWIP_DHCP_GET_NTP_SRV macro

LWIP_DHCP_GETS_NTP==1: Request NTP servers with discover/select. For each response packet, an callback is called, which has to be provided by the port: void dhcp_set_ntp_servers(u8_t num_ntp_servers, ip_addr_t* ntp_server_addrs);

Syntax

#define LWIP_DHCP_GET_NTP_SRV 0

References

LocationText
opt.h:946
#define LWIP_DHCP_GET_NTP_SRV 0
dhcp.c:148
#if LWIP_DHCP_GET_NTP_SRV
dhcp.c:170
#if LWIP_DHCP_GET_NTP_SRV
dhcp.c:603
#if LWIP_DHCP_PROVIDE_DNS_SERVERS || LWIP_DHCP_GET_NTP_SRV
dhcp.c:606
#if LWIP_DHCP_GET_NTP_SRV
dhcp.c:663
#if LWIP_DHCP_GET_NTP_SRV
dhcp.c:1604
#if LWIP_DHCP_GET_NTP_SRV
dhcp.h:124
#if LWIP_DHCP_GET_NTP_SRV