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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h112 #define SN_REPLY_ERROR 0x0200 /**< Reply with ERROR to sender on ASCONF clash */ macro
H A Dalias_sctp.c794 case SN_REPLY_ERROR:
821 case SN_REPLY_ERROR:
860 * @param sndrply SN_SEND_ABORT | SN_REPLY_ABORT | SN_REPLY_ERROR
950 case SN_REPLY_ERROR:
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);
1757 return(SN_REPLY_ERROR);
1769 return((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1772 return(SN_REPLY_ERROR);
[all...]

Completed in 48 milliseconds