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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c1365 #define TIME_LEQ(a,b) ((int)((a)-(b)) <= 0) macro
1429 !TIME_LEQ( q->expire, timenow.tv_sec ))
1476 if (TIME_LEQ( q->expire, timenow.tv_sec)) { /* expire entry */
3602 TIME_LEQ(p->expire, timenow.tv_sec) ?
3628 TIME_LEQ(p->expire, timenow.tv_sec) ?
4002 if (TIME_LEQ( timenow.tv_sec+dyn_keepalive_interval,
4005 if (TIME_LEQ(q->expire, timenow.tv_sec))

Completed in 30 milliseconds