Searched refs:dn_msg_hdr (Results 1 – 1 of 1) sorted by relevance
239 struct debugnet_msg_hdr *dn_msg_hdr; in debugnet_send() local283 dn_msg_hdr = mtod(m, struct debugnet_msg_hdr *); in debugnet_send()284 dn_msg_hdr->mh_seqno = htonl(pcb->dp_seqno + i); in debugnet_send()285 dn_msg_hdr->mh_type = htonl(type); in debugnet_send()286 dn_msg_hdr->mh_len = htonl(pktlen); in debugnet_send()289 dn_msg_hdr->mh_offset = in debugnet_send()291 dn_msg_hdr->mh_aux2 = htobe32(auxdata->dp_aux2); in debugnet_send()293 dn_msg_hdr->mh_offset = htobe64(sent_so_far); in debugnet_send()294 dn_msg_hdr->mh_aux2 = 0; in debugnet_send()