Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/net/
H A Dntstat.h999 typedef struct nstat_msg_src_update { struct
1002 } nstat_msg_src_update; argument
H A Dntstat.c5744 size_t size = offsetof(nstat_msg_src_update, data) + in nstat_control_send_update()
5776 nstat_msg_src_update *desc = (nstat_msg_src_update*)mbuf_data(msg); in nstat_control_send_update()
5872 size_t size = offsetof(nstat_msg_src_update, data) + src->provider->nstat_descriptor_length; in nstat_control_append_update()
5909 nstat_msg_src_update *desc = (nstat_msg_src_update*)buffer; in nstat_control_append_update()