HomeSort by: relevance | last modified time | path
    Searched defs:tcp_now (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_subr.c 158 u_int32_t tcp_now; /* slow ticks, for RFC 1323 timestamps */ variable in typeref:typename:u_int32_t
995 * the delta from tcp_now -- this means each connection always
1004 tp->ts_timebase = tcp_now - 1;
tcp_subr.c 158 u_int32_t tcp_now; /* slow ticks, for RFC 1323 timestamps */ variable in typeref:typename:u_int32_t
995 * the delta from tcp_now -- this means each connection always
1004 tp->ts_timebase = tcp_now - 1;

Completed in 53 milliseconds