Searched refs:SNTP_PORT (Results 1 – 6 of 6) sorted by relevance
83 #if !defined SNTP_PORT || defined __DOXYGEN__84 #define SNTP_PORT 123 macro
44 #define SNTP_PORT 123 macro
353 (port == SNTP_PORT)) in sntp_recv()446 udp_sendto(sntp_pcb, p, server_addr, SNTP_PORT); in sntp_send_request()561 udp_bind(sntp_pcb, IP_ANY_TYPE, SNTP_PORT); in sntp_init()
36 #define SNTP_PORT 123
252 server_addr.sin_port = htons(SNTP_PORT); in sntp_query_server()
Completed in 7 milliseconds