Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dntstat.h359 #define NSTAT_IFNET_IS_CELLULAR 0x00000004 macro
H A Dnecp_client.c6528 } else if (ifflags & NSTAT_IFNET_IS_CELLULAR) { in media_stats_embedded_ts()
6856 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_nexus_tcp_netstats()
7074 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_aop_tcp_netstats()
7261 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_udp_netstats()
7445 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_quic_netstats()
H A Dntstat.c977 flags |= NSTAT_IFNET_IS_CELLULAR; in nstat_ifnet_to_flags()