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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c254 #define SN_CL 0x1000 /**< Closing state */ macro
1748 case SN_CL: /* Association Closing */
1942 assoc->state = SN_CL;
1986 assoc->state = SN_CL; /* Stay in Close state until timeout */
1993 assoc->state = SN_CL; /* Stay in Close state until timeout */
2502 SN_LOG(((assoc->state == SN_CL) ? (SN_LOG_DEBUG) : (SN_LOG_INFO)),
2631 case SN_CL:

Completed in 69 milliseconds