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