Home
last modified time | relevance | path

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

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