Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c237 #define SN_SCTP_INIT 0x0001 /**< a packet containing an INIT chunk */ macro
1126 sm->msg = SN_SCTP_INIT; in sctp_PktParser()
1360 case SN_SCTP_INIT: in AddGlobalIPAddresses()
1775 case SN_SCTP_INIT: /* a packet containing an INIT chunk or an ASCONF AddIP */ in ID_process()
1784 if (sm->msg == SN_SCTP_INIT) in ID_process()
1787 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR); in ID_process()
1799 if (sm->msg == SN_SCTP_INIT) in ID_process()
1802 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR); in ID_process()
1810 assoc->state = (sm->msg == SN_SCTP_INIT) ? SN_INi : SN_INa; in ID_process()
1837 case SN_SCTP_INIT: /* a packet containing a retransmitted INIT chunk */ in INi_process()
[all …]