Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c612 new_iss += (gethrtime() >> ISS_NSEC_SHT) + answer[0]; in tcp_time_wait_processing()
617 new_iss += (gethrtime() >> ISS_NSEC_SHT) + 1; in tcp_time_wait_processing()
H A Dtcp.c3959 tcp->tcp_iss += (gethrtime() >> ISS_NSEC_SHT) + tcp_random(); in tcp_iss_init()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp_impl.h201 #define ISS_NSEC_SHT 12 macro
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c89 #define ISS_NSEC_SHT 0 macro
5295 new_iss += (prom_gettime() >> ISS_NSEC_SHT) + 1; in tcp_time_wait_processing()
6383 tcp->tcp_iss += (prom_gettime() >> ISS_NSEC_SHT) + tcp_random(); in tcp_iss_init()