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