Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c355 #define SN_ERROR_ON_OOTB 3 /**< Send errorM on out of the blue packets */ macro
523 sysctl_error_on_ootb = (flag > SN_ERROR_ON_OOTB) ? SN_ERROR_ON_OOTB: flag; in sysctl_chg_error_on_ootb()
774 if (sysctl_error_on_ootb == SN_ERROR_ON_OOTB || in SctpAlias()