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