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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c279 #define SN_LOCAL_TBL 0x01 /**< assoc in local table */ macro
2255 if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent message */
2266 assoc->TableRegister |= SN_LOCAL_TBL;
2359 if (assoc->TableRegister & SN_LOCAL_TBL) {
2360 assoc->TableRegister ^= SN_LOCAL_TBL;

Completed in 63 milliseconds