Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dntstat.h339 #define NSTAT_IFNET_IS_CELLULAR 0x0004 macro
H A Dnecp_client.c6086 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_tcp_netstats()
6227 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_udp_netstats()
6366 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_quic_netstats()
H A Dntstat.c362 flags |= NSTAT_IFNET_IS_CELLULAR; in nstat_ifnet_to_flags()