Searched defs:header_and_body (Results 1 – 3 of 3) sorted by relevance
376 let header_and_body = HeaderAndBody { in encode_message_to_peer() localVariable417 let header_and_body = message.header_and_body.ok_or(DecodeError::BadData)?; in decode_message_from_peer() localVariable
28 required bytes header_and_body = 1; field
48 pub header_and_body: ::std::option::Option<::std::vec::Vec<u8>>, field69 pub fn header_and_body(&self) -> &[u8] { in header_and_body() method