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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h136 int TableRegister; /**< stores which look up tables association is registered in */ member in struct:sctp_nat_assoc
H A Dalias_sctp.c807 if (assoc->TableRegister) {
1107 (*passoc)->TableRegister = SN_NULL_TBL;
1171 (*passoc)->TableRegister = SN_NULL_TBL;
1758 assoc->TableRegister |= SN_WAIT_TOLOCAL; /* wait for tolocal ack */
1773 assoc->TableRegister |= SN_WAIT_TOGLOBAL; /* wait for toglobal ack */
1862 if (!(assoc->TableRegister & SN_WAIT_TOLOCAL)) /* wrong direction */
1866 if (!(assoc->TableRegister & SN_WAIT_TOGLOBAL)) /* wrong direction */
1870 assoc->TableRegister &= SN_BOTH_TBL; /* remove wait flags */
2216 if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent message */
2227 assoc->TableRegister |
[all...]

Completed in 99 milliseconds