Searched defs:DTLSIncomingMessage (Results 1 – 1 of 1) sorted by relevance
2942 struct DTLSIncomingMessage { struct2943 static constexpr bool kAllowUniquePtr = true;2945 Span<uint8_t> msg() { return Span(data).subspan(DTLS1_HM_HEADER_LENGTH); } in msg()2946 Span<const uint8_t> msg() const { in msg()2949 size_t msg_len() const { return msg().size(); } in msg_len()2952 uint8_t type = 0;2954 uint16_t seq = 0;2957 Array<uint8_t> data;2959 DTLSMessageBitmap reassembly;
Completed in 19 milliseconds