Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/sntp/
A Dsntp.c470 if (((sntp_opmode != SNTP_OPMODE_POLL) || ip_addr_eq(addr, &sntp_last_server_address)) && in sntp_recv()
481 if (((sntp_opmode == SNTP_OPMODE_POLL) && (mode == SNTP_MODE_SERVER)) || in sntp_recv()
532 if (sntp_opmode == SNTP_OPMODE_POLL) { in sntp_recv()
547 if (sntp_opmode == SNTP_OPMODE_POLL) { in sntp_recv()
691 if (sntp_opmode == SNTP_OPMODE_POLL) { in sntp_init()
/lib/lwip/lwip/contrib/examples/sntp/
A Dsntp_example.c57 sntp_setoperatingmode(SNTP_OPMODE_POLL); in sntp_example_init()
/lib/lwip/lwip/src/include/lwip/apps/
A Dsntp.h49 #define SNTP_OPMODE_POLL 0 macro

Completed in 14 milliseconds