Searched refs:SNTP_OPMODE_POLL (Results 1 – 2 of 2) sorted by relevance
452 if (((sntp_opmode != SNTP_OPMODE_POLL) || ip_addr_cmp(addr, &sntp_last_server_address)) && in sntp_recv()463 if (((sntp_opmode == SNTP_OPMODE_POLL) && (mode == SNTP_MODE_SERVER)) || in sntp_recv()514 if (sntp_opmode == SNTP_OPMODE_POLL) { in sntp_recv()529 if (sntp_opmode == SNTP_OPMODE_POLL) { in sntp_recv()673 if (sntp_opmode == SNTP_OPMODE_POLL) { in sntp_init()
49 #define SNTP_OPMODE_POLL 0 macro