Searched defs:debugnet_msg_hdr (Results 1 – 1 of 1) sorted by relevance
53 struct debugnet_msg_hdr { struct54 uint32_t mh_type; /* Debugnet message type. */55 uint32_t mh_seqno; /* Match acks with msgs. */56 uint64_t mh_offset; /* Offset in fragment. */57 uint32_t mh_len; /* Attached data (bytes). */58 uint32_t mh_aux2; /* Consumer-specific. */