Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dntstat.c186 NSTAT_FLAG_SUPPORTS_DETAILS = (1 << 4), enumerator
5577 if ((client->ntc_flags & NSTAT_FLAG_SUPPORTS_DETAILS) != 0) { in nstat_client_send_event()
5615 if ((client->ntc_flags & NSTAT_FLAG_SUPPORTS_DETAILS) != 0) { in nstat_client_send_goodbye()
5667 if ((client->ntc_flags & NSTAT_FLAG_SUPPORTS_DETAILS) != 0) { in nstat_client_send_goodbye()
7550 client->ntc_flags |= NSTAT_FLAG_SUPPORTS_DETAILS; in nstat_client_handle_get_details()