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

/freebsd-10.3-release/sys/netinet/libalias/
H A Dalias_sctp.c236 #define SN_SCTP_INIT 0x0001 /**< a packet containing an INIT chunk */ macro
1094 sm->msg = SN_SCTP_INIT;
1327 case SN_SCTP_INIT:
1346 if ((assoc->state == SN_ID) && ((sm->msg == SN_SCTP_INIT) || (bytes_left < SN_MIN_PARAM_SIZE))) {/* add pkt address */
1742 case SN_SCTP_INIT: /* a packet containing an INIT chunk or an ASCONF AddIP */
1751 if(sm->msg == SN_SCTP_INIT)
1754 return((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1766 if(sm->msg == SN_SCTP_INIT)
1769 return((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1777 assoc->state = (sm->msg == SN_SCTP_INIT)
[all...]

Completed in 60 milliseconds