Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.c540 u_int32_t ntc_unit; member
5384 client->ntc_unit, syscnt, finalsize, CTL_DATA_EOR); in nstat_sysinfo_send_data_internal()
5557 result = ctl_enqueuedata(client->ntc_kctl, client->ntc_unit, &success, in nstat_enqueue_success()
5703 …result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, client->ntc_accumulated, CTL_DATA_EOR… in nstat_flush_accumulated_msgs()
5753 result = ctl_enqueuedata(client->ntc_kctl, client->ntc_unit, msg, length, CTL_DATA_EOR); in nstat_accumulate_msg()
5949 client->ntc_unit = sac->sc_unit; in nstat_client_connect()
6088 client->ntc_unit, &counts, sizeof(counts), in nstat_client_send_counts()
6176 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_description()
6353 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_update()
6489 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_details()
[all …]