Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dntstat.h988 typedef struct nstat_msg_src_update { struct
991 } nstat_msg_src_update; typedef
H A Dntstat.c5613 size_t size = offsetof(nstat_msg_src_update, data) + in nstat_control_send_update()
5645 nstat_msg_src_update *desc = (nstat_msg_src_update*)mbuf_data(msg); in nstat_control_send_update()
5741 size_t size = offsetof(nstat_msg_src_update, data) + src->provider->nstat_descriptor_length; in nstat_control_append_update()
5778 nstat_msg_src_update *desc = (nstat_msg_src_update*)buffer; in nstat_control_append_update()