Lines Matching defs:Header
27 struct Header{ struct
42 Header(void); argument
55 u32 magicNum; // Magic number (put at the start of the structure!)
56 u32 seqNum; // Sequence number
57 u32 ackNum; // ACK number
58 u8 dataOffset; // Data offset. Where does the data portion start? (= header length)
59 u8 reserved; // Unused (the padding may also have a role)
60 u16 controlBit; // Control bit
61 u32 dataLength; // Actual data size. Maybe will become unnecessary.
62 …wSize; // Window size. Used when sending notification from the receiving side to the sending side.
63 u16 checkSum; // Checksum