Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/
A Dsntp.c100 #define SNTP_MSG_LEN 48 macro
242 memset(req, 0, SNTP_MSG_LEN); in sntp_initialize_request()
360 if (p->tot_len == SNTP_MSG_LEN) { in sntp_recv()
439 p = pbuf_alloc(PBUF_TRANSPORT, SNTP_MSG_LEN, PBUF_RAM); in sntp_send_request()
/AliOS-Things-master/components/sntp/src/
A Dsntp.c50 #define SNTP_MSG_LEN 48 macro
296 if (ret != SNTP_MSG_LEN) { in sntp_query_server()

Completed in 5 milliseconds