Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Ddebugnet.c247 struct debugnet_msg_hdr *dn_msg_hdr; in debugnet_send()
268 sizeof(struct udpiphdr) - sizeof(struct debugnet_msg_hdr)); in debugnet_send()
288 m->m_len = sizeof(struct debugnet_msg_hdr); in debugnet_send()
289 m->m_pkthdr.len = sizeof(struct debugnet_msg_hdr); in debugnet_send()
290 MH_ALIGN(m, sizeof(struct debugnet_msg_hdr)); in debugnet_send()
291 dn_msg_hdr = mtod(m, struct debugnet_msg_hdr *); in debugnet_send()
365 const struct debugnet_msg_hdr *dnh; in debugnet_handle_rx_msg()
H A Ddebugnet.h53 struct debugnet_msg_hdr { struct
/freebsd-13.1/sys/netinet/netdump/
H A Dnetdump.h54 #define netdump_msg_hdr debugnet_msg_hdr
/freebsd-13.1/sys/gdb/
H A Dnetgdb.c128 const struct debugnet_msg_hdr *dnh; in netgdb_rx()