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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c1287 * Check the staleness of the Cookie, specified in 3.3.10.3 of
1290 * The mesaure of staleness is the difference, in microseconds,
1298 uint32_t staleness; local
1300 staleness = TICK_TO_USEC(diff);
1301 staleness = htonl(staleness);
1303 (char *)&staleness, sizeof (staleness), cmp, 1, B_FALSE,
1306 dprint(1, ("stale cookie %d\n", staleness));

Completed in 45 milliseconds