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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c5224 static u_int64_t old_runtime; local
5267 if ((i = (now_sec - old_runtime)) != 0) {
5268 old_runtime = now_sec;

Completed in 313 milliseconds