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

/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c77 u_int32_t ncs_unit; member in struct:nstat_control_state
1387 state->ncs_unit = sac->sc_unit;
1513 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &counts,
1561 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR);
1581 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &removed,
1680 ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success, sizeof(success), CTL_DATA_EOR);
1731 errno_t result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR);
1869 ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success, sizeof(success), CTL_DATA_EOR);

Completed in 30 milliseconds