Searched refs:nstat_client_reporting_allowed (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | ntstat.c | 409 static bool nstat_client_reporting_allowed(nstat_client *client, nstat_src *src, u_int64_t … 495 static bool nstat_client_reporting_allowed(nstat_client *client, nstat_src *src, u_int64_t … 5192 if (nstat_client_reporting_allowed(client, src, 0)) { in nstat_client_send_event() 5219 …if (nstat_client_reporting_allowed(client, src, (src->nts_reported)? NSTAT_FILTER_SUPPRESS_BORING_… in nstat_client_send_goodbye() 5430 nstat_client_reporting_allowed( in nstat_client_reporting_allowed() function 6370 if (nstat_client_reporting_allowed(client, src, 0) in nstat_client_handle_query_request() 6512 if (nstat_client_reporting_allowed(client, src, 0) in nstat_client_handle_get_src_description() 6689 if (nstat_client_reporting_allowed(client, src, suppression_flags)) { in nstat_client_handle_get_update() 6710 if (nstat_client_reporting_allowed(client, src, 0)) { in nstat_client_handle_get_update()
|