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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c250 #define SN_ID 0x0000 /**< Idle state */ macro
1036 * association entity with state SN_ID
1135 (*passoc)->state = SN_ID;
1199 (*passoc)->state = SN_ID;
1377 if ((assoc->state == SN_ID) && ((sm->msg == SN_SCTP_INIT) || (bytes_left < SN_MIN_PARAM_SIZE))) {/* add pkt address */
1736 case SN_ID: /* Idle */
1759 * All other SCTP messages are invalid when in SN_ID, and are dropped.
2619 case SN_ID:

Completed in 64 milliseconds