Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/net/
H A Dntstat.h956 typedef struct nstat_msg_src_description { struct
959 } nstat_msg_src_description; argument
H A Dntstat.c5643 …size_t size = offsetof(nstat_msg_src_description, data) + src->provider->nstat_descriptor… in nstat_control_send_description()
5650 nstat_msg_src_description *desc = (nstat_msg_src_description*)mbuf_data(msg); in nstat_control_send_description()
5685 size_t size = offsetof(nstat_msg_src_description, data) + src->provider->nstat_descriptor_length; in nstat_control_append_description()
5695 nstat_msg_src_description *desc = (nstat_msg_src_description*)buffer; in nstat_control_append_description()