Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/
H A Dntstat.h1002 typedef struct nstat_msg_src_update { struct
1005 } nstat_msg_src_update; typedef
H A Dntstat.c5799 size_t size = offsetof(nstat_msg_src_update, data) + in nstat_control_send_update()
5831 nstat_msg_src_update *desc = (nstat_msg_src_update*)mbuf_data(msg); in nstat_control_send_update()
5927 size_t size = offsetof(nstat_msg_src_update, data) + src->provider->nstat_descriptor_length; in nstat_control_append_update()
5964 nstat_msg_src_update *desc = (nstat_msg_src_update*)buffer; in nstat_control_append_update()