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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h108 #define SN_REPLY_ABORT 0x0010 /**< Reply with ABORT to sender (don't forward it) */ macro
H A Dalias_sctp.c793 case SN_REPLY_ABORT:
820 case SN_REPLY_ABORT:
860 * @param sndrply SN_SEND_ABORT | SN_REPLY_ABORT | SN_REPLY_ERROR
956 case SN_REPLY_ABORT:
1692 * @return SN_DROP_PKT | SN_NAT_PKT | SN_REPLY_ABORT | SN_REPLY_ERROR | SN_PROCESSING_ERROR
1730 * @return SN_NAT_PKT | SN_DROP_PKT | SN_REPLY_ABORT | SN_REPLY_ERROR
1754 return((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1769 return((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1798 * @return SN_NAT_PKT | SN_DROP_PKT | SN_REPLY_ABORT

Completed in 90 milliseconds