Searched refs:NSTAT_MSG_HDR_FLAG_CLOSING (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | ntstat.h | 954 NSTAT_MSG_HDR_FLAG_CLOSING = 1 << 2, enumerator
|
| H A D | ntstat.c | 5616 result = nstat_client_send_details(client, src, 0, 0, NSTAT_MSG_HDR_FLAG_CLOSING, NULL); in nstat_client_send_goodbye() 5628 result = nstat_client_send_update(client, src, 0, 0, NSTAT_MSG_HDR_FLAG_CLOSING, NULL); in nstat_client_send_goodbye() 5641 result = nstat_client_send_counts(client, src, 0, NSTAT_MSG_HDR_FLAG_CLOSING, NULL); in nstat_client_send_goodbye() 5654 result = nstat_client_send_description(client, src, 0, NSTAT_MSG_HDR_FLAG_CLOSING); in nstat_client_send_goodbye()
|