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

/freebsd-9.3-release/sys/netipx/
H A Dspx_usrreq.c97 static struct mtx spx_mtx; /* Protects only spx_iss. */
98 static u_short spx_iss; variable
181 spx_iss = 1; /* WRONG !! should fish it out of TODR */
1521 cb->s_sid = htons(spx_iss);
1522 spx_iss += SPX_ISSINCR/2;
1683 spx_iss += SPX_ISSINCR/PR_SLOWHZ; /* increment iss */

Completed in 167 milliseconds