Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c336 static u_int sysctl_error_on_ootb = 1; /**< NAT response to receipt of OOTB packet variable
392 &sysctl_error_on_ootb, 0, sysctl_chg_error_on_ootb, "IU",
523 sysctl_error_on_ootb = (flag > SN_ERROR_ON_OOTB) ? SN_ERROR_ON_OOTB: flag; in sysctl_chg_error_on_ootb()
768 if (sysctl_error_on_ootb > SN_LOCALandPARTIAL_ERROR_ON_OOTB) { in SctpAlias()
774 if (sysctl_error_on_ootb == SN_ERROR_ON_OOTB || in SctpAlias()
775 (sysctl_error_on_ootb == SN_LOCALandPARTIAL_ERROR_ON_OOTB && direction == SN_TO_LOCAL) || in SctpAlias()
776 (sysctl_error_on_ootb == SN_LOCAL_ERROR_ON_OOTB && direction == SN_TO_GLOBAL)) { in SctpAlias()