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

/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c467 // this client is watching routes
922 // this client is watching tcp
1169 // this client is watching tcp
1412 u_int32_t watching; local
1429 // Stop watching for sources
1431 watching = state->ncs_watching;
1433 for (provider = nstat_providers; provider && watching; provider = provider->next)
1435 if ((watching & (1 << provider->nstat_provider_id)) != 0)
1437 watching &= ~(1 << provider->nstat_provider_id);

Completed in 19 milliseconds