Searched refs:nstat_control_state (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c71 typedef struct nstat_control_state struct
73 struct nstat_control_state *ncs_next;
81 } nstat_control_state; typedef in typeref:struct:nstat_control_state
91 errno_t (*nstat_watcher_add)(nstat_control_state *state);
92 void (*nstat_watcher_remove)(nstat_control_state *state);
106 static errno_t nstat_control_send_counts(nstat_control_state *,
108 static int nstat_control_send_description(nstat_control_state *state, nstat_src *src, u_int64_t context);
109 static errno_t nstat_control_send_removed(nstat_control_state *, nstat_src *);
110 static void nstat_control_cleanup_source(nstat_control_state *state, nstat_src *src,
119 static nstat_control_state *nstat_control
[all...]

Completed in 15 milliseconds