Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/sntp/
Dsntp.c90 #define SNTP_MSG_LEN 48 macro
338 memset(req, 0, SNTP_MSG_LEN); in sntp_initialize_request()
460 if (p->tot_len == SNTP_MSG_LEN) { in sntp_recv()
549 p = pbuf_alloc(PBUF_TRANSPORT, SNTP_MSG_LEN, PBUF_RAM); in sntp_send_request()