Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dif_bridgevar.h218 #define IFBF_FILT_ONLYIP 0x00000004 /* only pass IP[46] packets when macro
H A Dif_bridge.c9773 if ((sc_filter_flags & IFBF_FILT_ONLYIP)) {
/xnu-11215.61.5/tests/
H A Dnet_bridge.c3190 param.ifbrp_filter = IFBF_FILT_MEMBER | IFBF_FILT_ONLYIP; in block_all_traffic()