Searched defs:Header (Results 1 – 2 of 2) sorted by relevance
27 struct Header{ struct42 Header(void); argument55 u32 magicNum; // Magic number (put at the start of the structure!)56 u32 seqNum; // Sequence number57 u32 ackNum; // ACK number58 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 bit61 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.[all …]
32 Header::Header(void) in Header() function in nn::rdt::CTR::Header