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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h106 #define SN_DROP_PKT 0x0001 /**< drop packet (don't forward it) */ macro
H A Dalias_sctp.c785 rtnval = SN_DROP_PKT; /* shouldn't get here, but if it does drop packet */
790 case SN_DROP_PKT:
791 SN_LOG(SN_LOG_DETAIL, logsctperror("SN_DROP_PKT", msg.sctp_hdr->v_tag, rtnval, direction));
824 case SN_DROP_PKT:
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
1738 return(SN_DROP_PKT);
1741 return(SN_DROP_PKT);
1782 return(SN_DROP_PKT);
1784 return(SN_DROP_PKT);/* should
[all...]

Completed in 52 milliseconds