• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/bsd/netinet/

Lines Matching refs:timenow

1388 	struct timeval timenow;
1390 getmicrotime(&timenow);
1395 if (!FORCE && last_remove == timenow.tv_sec)
1397 last_remove = timenow.tv_sec;
1429 !TIME_LEQ( q->expire, timenow.tv_sec ))
1466 struct timeval timenow;
1468 getmicrotime(&timenow);
1476 if (TIME_LEQ( q->expire, timenow.tv_sec)) { /* expire entry */
1526 q->expire = timenow.tv_sec + dyn_syn_lifetime;
1549 q->expire = timenow.tv_sec + dyn_ack_lifetime;
1555 q->expire = timenow.tv_sec + dyn_fin_lifetime;
1569 q->expire = timenow.tv_sec + dyn_rst_lifetime;
1573 q->expire = timenow.tv_sec + dyn_udp_lifetime;
1576 q->expire = timenow.tv_sec + dyn_short_lifetime;
1626 struct timeval timenow;
1628 getmicrotime(&timenow);
1657 r->expire = timenow.tv_sec + dyn_syn_lifetime;
1684 struct timeval timenow;
1686 getmicrotime(&timenow);
1698 q->expire = timenow.tv_sec + dyn_short_lifetime;
1718 struct timeval timenow;
1721 getmicrotime(&timenow);
1731 if (last_log != timenow.tv_sec) {
1732 last_log = timenow.tv_sec;
1745 if (last_log != timenow.tv_sec) {
1746 last_log = timenow.tv_sec;
1789 if (fw_verbose && last_log != timenow.tv_sec) {
1790 last_log = timenow.tv_sec;
2073 struct timeval timenow;
2090 getmicrotime(&timenow);
2709 f->timestamp = timenow.tv_sec;
2775 f->timestamp = timenow.tv_sec;
3483 struct timeval timenow;
3485 getmicrotime(&timenow);
3602 TIME_LEQ(p->expire, timenow.tv_sec) ?
3603 0 : p->expire - timenow.tv_sec;
3628 TIME_LEQ(p->expire, timenow.tv_sec) ?
3629 0 : p->expire - timenow.tv_sec;
3969 struct timeval timenow;
3982 getmicrotime(&timenow);
4002 if (TIME_LEQ( timenow.tv_sec+dyn_keepalive_interval,
4005 if (TIME_LEQ(q->expire, timenow.tv_sec))