Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddebugnet.c262 struct debugnet_msg_hdr *dn_msg_hdr; in debugnet_send()
283 sizeof(struct udpiphdr) - sizeof(struct debugnet_msg_hdr)); in debugnet_send()
303 m->m_len = sizeof(struct debugnet_msg_hdr); in debugnet_send()
304 m->m_pkthdr.len = sizeof(struct debugnet_msg_hdr); in debugnet_send()
305 MH_ALIGN(m, sizeof(struct debugnet_msg_hdr)); in debugnet_send()
306 dn_msg_hdr = mtod(m, struct debugnet_msg_hdr *); in debugnet_send()
380 const struct debugnet_msg_hdr *dnh; in debugnet_handle_rx_msg()
403 dnh = mtod(m, const struct debugnet_msg_hdr *); in debugnet_handle_rx_msg()
H A Ddebugnet.h51 struct debugnet_msg_hdr { struct
/freebsd/sys/netinet/netdump/
H A Dnetdump.h52 #define netdump_msg_hdr debugnet_msg_hdr