Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Darp.c13 #define TS_GEQ(a, b) ((int32_t)((a)-(b)) >= 0) macro
320 if (TS_GEQ(cur_ts, ent->ts_out + SEC_TO_TS(ARP_TIMEOUT_SEC))) { in ARPTimer()