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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h109 #define SN_SEND_ABORT 0x0020 /**< Send ABORT to destination */ macro
H A Dalias_sctp.c795 case SN_SEND_ABORT:
818 case SN_SEND_ABORT:
860 * @param sndrply SN_SEND_ABORT | SN_REPLY_ABORT | SN_REPLY_ERROR
953 case SN_SEND_ABORT:
962 if (sndrply == SN_SEND_ABORT) { /*pass through NAT */
984 ((sndrply == SN_SEND_ABORT) ? "Sending" : "Replying"),
1815 return(SN_SEND_ABORT);
1823 return(SN_SEND_ABORT);

Completed in 103 milliseconds