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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c238 #define SN_SCTP_INIT 0x0001 /**< a packet containing an INIT chunk */ macro
1124 sm->msg = SN_SCTP_INIT;
1358 case SN_SCTP_INIT:
1377 if ((assoc->state == SN_ID) && ((sm->msg == SN_SCTP_INIT) || (bytes_left < SN_MIN_PARAM_SIZE))) {/* add pkt address */
1779 case SN_SCTP_INIT: /* a packet containing an INIT chunk or an ASCONF AddIP */
1788 if (sm->msg == SN_SCTP_INIT)
1791 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1803 if (sm->msg == SN_SCTP_INIT)
1806 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1814 assoc->state = (sm->msg == SN_SCTP_INIT)
[all...]

Completed in 37 milliseconds