Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dntstat.c1252 uint32_t interface_properties = nstat_ifnet_to_flags(ifp); in nstat_route_reporting_allowed() local
1254 if ((filter->npf_flags & interface_properties) == 0) { in nstat_route_reporting_allowed()
2144 uint32_t interface_properties = nstat_inpcb_to_flags(inp); in nstat_tcpudp_reporting_allowed() local
2146 if ((filter->npf_flags & interface_properties) == 0) { in nstat_tcpudp_reporting_allowed()