Searched refs:SNTP_OPMODE_POLL (Results 1 – 3 of 3) sorted by relevance
470 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()
57 sntp_setoperatingmode(SNTP_OPMODE_POLL); in sntp_example_init()
49 #define SNTP_OPMODE_POLL 0 macro
Completed in 14 milliseconds