Searched refs:debugnet_msg_hdr (Results 1 – 3 of 3) sorted by relevance
262 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()
51 struct debugnet_msg_hdr { struct
52 #define netdump_msg_hdr debugnet_msg_hdr