Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dntstat.h351 #define NSTAT_IFNET_IS_NON_LOCAL 0x1000 macro
H A Dntstat.c420 flags |= NSTAT_IFNET_IS_NON_LOCAL; in nstat_inpcb_to_flags()
6713 …uint32_t flag_mask = (NSTAT_FILTER_IFNET_FLAGS & ~(NSTAT_IFNET_IS_NON_LOCAL | NSTAT_IFNET_IS_LOCAL… in nstat_interface_matches_filter_flag()
6765 (((filter_flags & (NSTAT_IFNET_IS_NON_LOCAL | NSTAT_IFNET_IS_LOCAL)) == 0) || in tcp_progress_indicators_for_interface()
6766 ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && !(tp->t_flags & TF_LOCAL)) || in tcp_progress_indicators_for_interface()
6827 if ((filter_flags & NSTAT_IFNET_IS_NON_LOCAL) && (ifflags & NSTAT_IFNET_IS_LOCAL)) { in tcp_progress_indicators_for_interface()
6830 if ((filter_flags & NSTAT_IFNET_IS_LOCAL) && (ifflags & NSTAT_IFNET_IS_NON_LOCAL)) { in tcp_progress_indicators_for_interface()
H A Dnecp_client.c6069 …net_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_tcp_netstats()