Home
last modified time | relevance | path

Searched refs:ISS_NSEC_SHT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c721 new_iss += (gethrtime() >> ISS_NSEC_SHT) + answer[0]; in tcp_time_wait_processing()
726 new_iss += (gethrtime() >> ISS_NSEC_SHT) + 1; in tcp_time_wait_processing()
H A Dtcp.c4005 tcp->tcp_iss += (gethrtime() >> ISS_NSEC_SHT) + tcp_random(); in tcp_iss_init()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h235 #define ISS_NSEC_SHT 12 macro
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c88 #define ISS_NSEC_SHT 0 macro
5293 new_iss += (prom_gettime() >> ISS_NSEC_SHT) + 1; in tcp_time_wait_processing()
6382 tcp->tcp_iss += (prom_gettime() >> ISS_NSEC_SHT) + tcp_random(); in tcp_iss_init()