Searched refs:TIME_LEQ (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c1286 #define TIME_LEQ(a,b) ((int)((a)-(b)) <= 0) macro
1350 !TIME_LEQ( q->expire, timenow.tv_sec ))
1397 if (TIME_LEQ( q->expire, timenow.tv_sec)) { /* expire entry */
3523 TIME_LEQ(p->expire, timenow.tv_sec) ?
3549 TIME_LEQ(p->expire, timenow.tv_sec) ?
3915 if (TIME_LEQ( timenow.tv_sec+dyn_keepalive_interval,
3918 if (TIME_LEQ(q->expire, timenow.tv_sec))

Completed in 22 milliseconds