Searched refs:nstat_client (Results 1 – 1 of 1) sorted by relevance
532 typedef struct nstat_client { struct533 struct nstat_client *ntc_next; argument556 } nstat_client; argument566 errno_t (*nstat_watcher_add)(nstat_client *client, nstat_msg_add_all_srcs *req);567 void (*nstat_watcher_remove)(nstat_client *client);579 nstat_client *nts_client; // The nstat_client that this is a source for598 static errno_t nstat_client_send_counts(nstat_client *client, nstat_src *src, unsigned long lo…599 static int nstat_client_send_description(nstat_client *client, nstat_src *src, u_int64_t c…600 static int nstat_client_send_update(nstat_client *client, nstat_src *src, u_int64_t contex…601 static errno_t nstat_client_send_removed(nstat_client *client, nstat_src *src, u_int16_t hdr_f…[all …]