Searched defs:header_bytes (Results 1 – 3 of 3) sorted by relevance
62 let mut header_bytes = [0; HEADER_SIZE]; in read() localVariable86 let header_bytes = packet_length.to_le_bytes(); in write() localVariable
64 let mut header_bytes = [0; HEADER_SIZE]; in read() localVariable88 let header_bytes = packet_length.to_le_bytes(); in write() localVariable
144 let mut header_bytes = [packet[0], packet[1], 0]; in write() localVariable