Home
last modified time | relevance | path

Searched refs:dn_msg_hdr (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/net/
H A Ddebugnet.c247 struct debugnet_msg_hdr *dn_msg_hdr; in debugnet_send() local
291 dn_msg_hdr = mtod(m, struct debugnet_msg_hdr *); in debugnet_send()
292 dn_msg_hdr->mh_seqno = htonl(pcb->dp_seqno + i); in debugnet_send()
293 dn_msg_hdr->mh_type = htonl(type); in debugnet_send()
294 dn_msg_hdr->mh_len = htonl(pktlen); in debugnet_send()
297 dn_msg_hdr->mh_offset = in debugnet_send()
299 dn_msg_hdr->mh_aux2 = htobe32(auxdata->dp_aux2); in debugnet_send()
301 dn_msg_hdr->mh_offset = htobe64(sent_so_far); in debugnet_send()
302 dn_msg_hdr->mh_aux2 = 0; in debugnet_send()