Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dntstat.h342 #define NSTAT_IFNET_IS_CELLULAR 0x00000004 macro
H A Dnecp_client.c6592 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_tcp_netstats()
6739 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_udp_netstats()
6889 if (route_ifflags & NSTAT_IFNET_IS_CELLULAR) { in necp_request_quic_netstats()
H A Dntstat.c701 flags |= NSTAT_IFNET_IS_CELLULAR; in nstat_ifnet_to_flags()