Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dsocket_flows.c950 u_int32_t *ifflagsp, in soflow_nstat_provider_request_vals() argument
965 if (ifflagsp) { in soflow_nstat_provider_request_vals()
968 *ifflagsp = ifnet_to_flags(ifp, so); in soflow_nstat_provider_request_vals()
971 SOFLOW_LOG(LOG_DEBUG, so, hash_entry->soflow_debug, "ifflagsp set to 0x%X", *ifflagsp); in soflow_nstat_provider_request_vals()
/xnu-11417.140.69/bsd/net/
H A Dntstat.h1474 u_int32_t *ifflagsp,
1535 u_int32_t *ifflagsp, /* Flags for being on cell/wifi etc, used for filtering */
H A Dnecp_client.c6510 u_int32_t *ifflagsp, in necp_request_tcp_netstats() argument
6554 if (ifflagsp) { in necp_request_tcp_netstats()
6555 *ifflagsp = route_ifflags | nstat_diagnostic_flags; in necp_request_tcp_netstats()
6556 *ifflagsp |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_tcp_netstats()
6558 *ifflagsp |= NSTAT_IFNET_VIA_CELLFALLBACK; in necp_request_tcp_netstats()
6684 u_int32_t *ifflagsp, in necp_request_udp_netstats() argument
6730 if (ifflagsp) { in necp_request_udp_netstats()
6731 *ifflagsp = route_ifflags | nstat_diagnostic_flags; in necp_request_udp_netstats()
6732 *ifflagsp |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_udp_netstats()
6814 u_int32_t *ifflagsp, in necp_request_quic_netstats() argument
[all …]