Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDdebugnet.c245 struct debugnet_msg_hdr *dn_msg_hdr; in debugnet_send() local
289 dn_msg_hdr = mtod(m, struct debugnet_msg_hdr *); in debugnet_send()
290 dn_msg_hdr->mh_seqno = htonl(pcb->dp_seqno + i); in debugnet_send()
291 dn_msg_hdr->mh_type = htonl(type); in debugnet_send()
292 dn_msg_hdr->mh_len = htonl(pktlen); in debugnet_send()
295 dn_msg_hdr->mh_offset = in debugnet_send()
297 dn_msg_hdr->mh_aux2 = htobe32(auxdata->dp_aux2); in debugnet_send()
299 dn_msg_hdr->mh_offset = htobe64(sent_so_far); in debugnet_send()
300 dn_msg_hdr->mh_aux2 = 0; in debugnet_send()