Home
last modified time | relevance | path

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

/dports/net-mgmt/lldpd/lldpd-1.0.8/include/osx/
H A Dif_bridgevar.h200 #define IFBF_FILT_USEIPF 0x00000001 /* run pfil hooks on the bridge macro
210 #define IFBF_FILT_DEFAULT ( IFBF_FILT_USEIPF | IFBF_FILT_MEMBER )
212 #define IFBF_FILT_DEFAULT (IFBF_FILT_USEIPF | \
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_bridgevar.h141 #define IFBF_FILT_USEIPF 0x00000001 /* enable ipf on bridge */ macro
H A Dif_bridge.c1254 if ((nflags & IFBF_FILT_USEIPF) && !(oflags & IFBF_FILT_USEIPF)) { in bridge_ioctl_sfilt()
1258 if (!(nflags & IFBF_FILT_USEIPF) && (oflags & IFBF_FILT_USEIPF)) { in bridge_ioctl_sfilt()