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

/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c119 static nstat_control_state *nstat_controls = NULL; variable
463 for (state = nstat_controls; state; state = state->ncs_next)
918 for (state = nstat_controls; state; state = state->ncs_next)
949 for (state = nstat_controls; state; state = state->ncs_next) {
1165 for (state = nstat_controls; state; state = state->ncs_next)
1280 for (control = nstat_controls; control; control = control->ncs_next)
1319 if (nstat_controls)
1392 state->ncs_next = nstat_controls;
1393 nstat_controls = state;
1418 for (statepp = &nstat_controls; *statep
[all...]

Completed in 18 milliseconds