Home
last modified time | relevance | path

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

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