Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c279 #define SN_LOCAL_TBL 0x01 /**< assoc in local table */ macro
2237 …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()