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

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.h111 #define SN_REPLY_ERROR 0x0200 /**< Reply with ERROR to sender on ASCONF clash */ macro
H A Dalias_sctp.c797 case SN_REPLY_ERROR:
824 case SN_REPLY_ERROR:
863 * @param sndrply SN_SEND_ABORT | SN_REPLY_ABORT | SN_REPLY_ERROR
954 case SN_REPLY_ERROR:
1703 * @return SN_DROP_PKT | SN_NAT_PKT | SN_REPLY_ABORT | SN_REPLY_ERROR | SN_PROCESSING_ERROR
1741 * @return SN_NAT_PKT | SN_DROP_PKT | SN_REPLY_ABORT | SN_REPLY_ERROR
1766 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1769 return (SN_REPLY_ERROR);
1781 return ((sm->msg == SN_SCTP_INIT) ? SN_REPLY_ABORT : SN_REPLY_ERROR);
1784 return (SN_REPLY_ERROR);
[all...]

Completed in 113 milliseconds