Searched refs:nstat_client_send_update (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | ntstat.c | 600 static int nstat_client_send_update(nstat_client *client, nstat_src *src, u_int64_t contex… 686 static int nstat_client_send_update(nstat_client *client, nstat_src *src, u_int64_t contex… 5585 result = nstat_client_send_update(client, src, 0, event, 0, NULL); in nstat_client_send_event() 5628 result = nstat_client_send_update(client, src, 0, 0, NSTAT_MSG_HDR_FLAG_CLOSING, NULL); in nstat_client_send_goodbye() 6232 nstat_client_send_update( in nstat_client_send_update() function 7470 result = nstat_client_send_update(client, src, req.hdr.context, 0, 0, &gone); in nstat_client_handle_get_update()
|