Searched refs:nstat_client_reporting_allowed (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | ntstat.c | 604 static bool nstat_client_reporting_allowed(nstat_client *client, nstat_src *src, u_int64_t … 691 static bool nstat_client_reporting_allowed(nstat_client *client, nstat_src *src, u_int64_t … 5576 if (nstat_client_reporting_allowed(client, src, 0)) { in nstat_client_send_event() 5613 …if (nstat_client_reporting_allowed(client, src, (src->nts_reported)? NSTAT_FILTER_SUPPRESS_BORING_… in nstat_client_send_goodbye() 5920 nstat_client_reporting_allowed( in nstat_client_reporting_allowed() function 7129 if (nstat_client_reporting_allowed(client, src, 0) in nstat_client_handle_query_request() 7271 if (nstat_client_reporting_allowed(client, src, 0) in nstat_client_handle_get_src_description() 7448 if (nstat_client_reporting_allowed(client, src, suppression_flags)) { in nstat_client_handle_get_update() 7469 if (nstat_client_reporting_allowed(client, src, 0)) { in nstat_client_handle_get_update() 7578 if (nstat_client_reporting_allowed(client, src, suppression_flags)) { in nstat_client_handle_get_details() [all …]
|