Home
last modified time | relevance | path

Searched refs:debugnet_msg_hdr (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Ddebugnet.c239 struct debugnet_msg_hdr *dn_msg_hdr; in debugnet_send()
260 sizeof(struct udpiphdr) - sizeof(struct debugnet_msg_hdr)); in debugnet_send()
280 m->m_len = sizeof(struct debugnet_msg_hdr); in debugnet_send()
281 m->m_pkthdr.len = sizeof(struct debugnet_msg_hdr); in debugnet_send()
282 MH_ALIGN(m, sizeof(struct debugnet_msg_hdr)); in debugnet_send()
283 dn_msg_hdr = mtod(m, struct debugnet_msg_hdr *); in debugnet_send()
357 const struct debugnet_msg_hdr *dnh; in debugnet_handle_rx_msg()
H A Ddebugnet.h53 struct debugnet_msg_hdr { struct
/f-stack/freebsd/netinet/netdump/
H A Dnetdump.h54 #define netdump_msg_hdr debugnet_msg_hdr