Searched refs:dn_msg_hdr (Results 1 – 1 of 1) sorted by relevance
262 struct debugnet_msg_hdr *dn_msg_hdr; in debugnet_send() local306 dn_msg_hdr = mtod(m, struct debugnet_msg_hdr *); in debugnet_send()307 dn_msg_hdr->mh_seqno = htonl(pcb->dp_seqno + i); in debugnet_send()308 dn_msg_hdr->mh_type = htonl(type); in debugnet_send()309 dn_msg_hdr->mh_len = htonl(pktlen); in debugnet_send()312 dn_msg_hdr->mh_offset = in debugnet_send()314 dn_msg_hdr->mh_aux2 = htobe32(auxdata->dp_aux2); in debugnet_send()316 dn_msg_hdr->mh_offset = htobe64(sent_so_far); in debugnet_send()317 dn_msg_hdr->mh_aux2 = 0; in debugnet_send()