Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dsocket_flows.c950 u_int32_t *ifflagsp, in soflow_nstat_provider_request_vals() argument
966 if (ifflagsp) { in soflow_nstat_provider_request_vals()
969 *ifflagsp = ifnet_to_flags(ifp, so); in soflow_nstat_provider_request_vals()
972 SOFLOW_LOG(LOG_DEBUG, so, hash_entry->soflow_debug, "ifflagsp set to 0x%X", *ifflagsp); in soflow_nstat_provider_request_vals()
/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c6782 u_int32_t *ifflagsp, in necp_request_nexus_tcp_netstats() argument
6824 if (ifflagsp) { in necp_request_nexus_tcp_netstats()
6825 *ifflagsp = route_ifflags | nstat_diagnostic_flags; in necp_request_nexus_tcp_netstats()
6826 *ifflagsp |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_nexus_tcp_netstats()
6828 *ifflagsp |= NSTAT_IFNET_VIA_CELLFALLBACK; in necp_request_nexus_tcp_netstats()
6983 u_int32_t *ifflagsp, in necp_request_aop_tcp_netstats() argument
7026 if (ifflagsp) { in necp_request_aop_tcp_netstats()
7027 *ifflagsp = route_ifflags | nstat_diagnostic_flags; in necp_request_aop_tcp_netstats()
7028 *ifflagsp |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_NON_LOCAL; in necp_request_aop_tcp_netstats()
7188 u_int32_t *ifflagsp, in necp_request_tcp_netstats() argument
[all …]
H A Dntstat.h1749 u_int32_t *ifflagsp,
1811 u_int32_t *ifflagsp, /* Flags for being on cell/wifi etc, used for filtering */