Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsntp_opts.h83 #if !defined SNTP_PORT || defined __DOXYGEN__
84 #define SNTP_PORT 123 macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsntp_opts.h83 #if !defined SNTP_PORT || defined __DOXYGEN__
84 #define SNTP_PORT 123 macro
/AliOS-Things-master/components/sntp/include/sntp/
A Dsntp.h44 #define SNTP_PORT 123 macro
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/
A Dsntp.c353 (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()
/AliOS-Things-master/components/sntp/
A DREADME.md36 #define SNTP_PORT 123
/AliOS-Things-master/components/sntp/src/
A Dsntp.c252 server_addr.sin_port = htons(SNTP_PORT); in sntp_query_server()

Completed in 6 milliseconds