Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/apps/
Dsntp_opts.h92 #if !defined SNTP_PORT || defined __DOXYGEN__
93 #define SNTP_PORT LWIP_IANA_PORT_SNTP macro
/third_party/lwip/src/apps/sntp/
Dsntp.c453 (port == SNTP_PORT)) in sntp_recv()
556 udp_sendto(sntp_pcb, p, server_addr, SNTP_PORT); in sntp_send_request()
682 udp_bind(sntp_pcb, IP_ANY_TYPE, SNTP_PORT); in sntp_init()