Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dntstat.h350 #define NSTAT_IFNET_IS_LOCAL 0x0800 macro
H A Dntstat.c418 flags |= NSTAT_IFNET_IS_LOCAL; in nstat_inpcb_to_flags()
6713 …nt32_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()
6767 ((filter_flags & NSTAT_IFNET_IS_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 …desc->ifnet_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_N… in necp_request_tcp_netstats()