HomeSort by: relevance | last modified time | path
    Searched refs:IFBF_FILT_USEIPF (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_bridgevar.h 142 #define IFBF_FILT_USEIPF 0x00000001 /* enable ipf on bridge */
if_bridge.c 1378 if ((nflags & IFBF_FILT_USEIPF) && !(oflags & IFBF_FILT_USEIPF)) {
1382 if (!(nflags & IFBF_FILT_USEIPF) && (oflags & IFBF_FILT_USEIPF)) {
  /src/sbin/brconfig/
brconfig.c 412 (ipfflags & IFBF_FILT_USEIPF) ? "enabled" : "disabled",
855 param.ifbrp_filter &= ~IFBF_FILT_USEIPF;
856 param.ifbrp_filter |= (cmd->cmd_flags & CMD_INVERT) ? 0 : IFBF_FILT_USEIPF;

Completed in 14 milliseconds