Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.h106 #define SN_REPLY_ABORT 0x0010 /**< Reply with ABORT to sender (don't forward it) */ macro
H A Dalias_sctp.c823 case SN_REPLY_ABORT: in SctpAlias()
850 case SN_REPLY_ABORT: in SctpAlias()
987 case SN_REPLY_ABORT: in TxAbortErrorM()
1787 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR); in ID_process()
1802 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR); in ID_process()