Searched refs:SN_LOCAL_TBL (Results 1 – 1 of 1) sorted by relevance
279 #define SN_LOCAL_TBL 0x01 /**< assoc in local table */ macro2237 …if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent messag… in AddSctpAssocLocal()2248 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()2340 if (assoc->TableRegister & SN_LOCAL_TBL) { in RmSctpAssoc()2341 assoc->TableRegister ^= SN_LOCAL_TBL; in RmSctpAssoc()