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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c279 int tcp_random(void);
3594 (void) tcp_random();
3598 * tcp_random: Return a random number in the range [1 - (128K + 1)].
3605 tcp_random(void) function
3658 tcp_iss_cookie.randnum = (uint32_t)(gethrtime() + tcp_random());
3959 tcp->tcp_iss += (gethrtime() >> ISS_NSEC_SHT) + tcp_random();
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c308 static int tcp_random(void);
6342 (void) tcp_random();
6346 * tcp_random: Return a random number in the range [1 - (128K + 1)].
6353 tcp_random(void) function
6383 tcp->tcp_iss += (prom_gettime() >> ISS_NSEC_SHT) + tcp_random();

Completed in 146 milliseconds