Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dntstat.c349 u_int32_t ntc_unit; member
4999 client->ntc_unit, syscnt, finalsize, CTL_DATA_EOR); in nstat_sysinfo_send_data_internal()
5172 result = ctl_enqueuedata(client->ntc_kctl, client->ntc_unit, &success, in nstat_enqueue_success()
5327 result = ctl_enqueuedata(client->ntc_kctl, client->ntc_unit, msg, length, CTL_DATA_EOR); in nstat_accumulate_msg()
5458 client->ntc_unit = sac->sc_unit; in nstat_client_connect()
5588 client->ntc_unit, &counts, sizeof(counts), in nstat_client_send_counts()
5676 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_description()
5853 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_update()
6006 result = ctl_enqueuedata(client->ntc_kctl, client->ntc_unit, &removed, in nstat_client_send_removed()
6251 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_source_add()
[all …]