Home | History | Annotate | Download | only in netinet

Lines Matching refs:tim

2643 		uint32_t tim;
2657 tim = (now.tv_sec - time_expires.tv_sec) * 1000000;
2659 if (tim == 0)
2660 tim = now.tv_usec - cookie->time_entered.tv_usec;
2661 scm->time_usec = htonl(tim);