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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c356 #define SN_ERROR_ON_OOTB 3 /**< Send errorM on out of the blue packets */ macro
524 sysctl_error_on_ootb = (flag > SN_ERROR_ON_OOTB) ? SN_ERROR_ON_OOTB: flag;
772 if (sysctl_error_on_ootb == SN_ERROR_ON_OOTB ||

Completed in 58 milliseconds