Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/libalias/
HDalias_sctp.c807 if (assoc->TableRegister) { in SctpAlias()
1107 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1171 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1758 assoc->TableRegister |= SN_WAIT_TOLOCAL; /* wait for tolocal ack */ in ID_process()
1773 assoc->TableRegister |= SN_WAIT_TOGLOBAL; /* wait for toglobal ack */ in ID_process()
1862 if (!(assoc->TableRegister & SN_WAIT_TOLOCAL)) /* wrong direction */ in INa_process()
1866 if (!(assoc->TableRegister & SN_WAIT_TOGLOBAL)) /* wrong direction */ in INa_process()
1870 assoc->TableRegister &= SN_BOTH_TBL; /* remove wait flags */ in INa_process()
2216 …if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent messag… in AddSctpAssocLocal()
2227 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()
[all …]
HDalias_sctp.h136 int TableRegister; /**< stores which look up tables association is registered in */ member