Searched refs:debugnet_msg_hdr (Results 1 – 4 of 4) sorted by relevance
247 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()
53 struct debugnet_msg_hdr { struct
54 #define netdump_msg_hdr debugnet_msg_hdr
128 const struct debugnet_msg_hdr *dnh; in netgdb_rx()