Home
last modified time | relevance | path

Searched defs:CommonHeader (Results 1 – 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dstream_packet_header.h50 struct CommonHeader { struct
51 uint8_t version : 2;
52 uint8_t subVersion : 1;
53 uint8_t extFlag : 1;
54 uint8_t streamType : 4;
55 uint8_t marker : 1;
56 uint8_t flag : 1;
57 uint8_t pad : 6;
58 uint16_t streamId;
59 uint32_t timestamp;
[all …]