Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.h107 #define SN_REPLY_ABORT 0x0010 /**< Reply with ABORT to sender (don't forward it) */ macro
H A Dalias_sctp.c810 case SN_REPLY_ABORT: in SctpAlias()
837 case SN_REPLY_ABORT: in SctpAlias()
974 case SN_REPLY_ABORT: in TxAbortErrorM()
1775 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR); in ID_process()
1790 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR); in ID_process()