Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.c3119 case NSTAT_PROVIDER_UDP_USERLAND: in nstat_userland_tu_copy_descriptor()
3357 return nstat_userland_protocol_add_watcher(client, req, NSTAT_PROVIDER_UDP_USERLAND, in nstat_userland_udp_add_watcher()
3418 nstat_userland_udp_provider.nstat_provider_id = NSTAT_PROVIDER_UDP_USERLAND; in nstat_init_userland_udp_provider()
3467 (provider_id != NSTAT_PROVIDER_UDP_USERLAND) && in ntstat_userland_stats_open()
3505 } else if (provider_id == NSTAT_PROVIDER_UDP_USERLAND) { in ntstat_userland_stats_open()
3562 } else if (shad->shad_provider == NSTAT_PROVIDER_UDP_USERLAND) { in ntstat_userland_stats_close()
3682 } else if (shad->shad_provider == NSTAT_PROVIDER_UDP_USERLAND) { in nstats_userland_stats_defunct_for_process()
8121 } else if (provider == NSTAT_PROVIDER_UDP_USERLAND) { in nstat_userland_to_xinpcb_n()
8242 provider = NSTAT_PROVIDER_UDP_USERLAND; in nstat_userland_get_snapshot()
8289 provider = NSTAT_PROVIDER_UDP_USERLAND; in nstat_userland_list_snapshot()
H A Dntstat.h400 , NSTAT_PROVIDER_UDP_USERLAND = 5 enumerator
H A Dnecp_client.c10942NSTAT_PROVIDER_UDP_USERLAND, ntstat_properties, necp_request_udp_netstats, necp_find_extension_inf… in necp_client_stats_initial()