Searched defs:tcp_slice (Results 1 – 3 of 3) sorted by relevance
576 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_bytes).unwrap(); in calc_checksum_ipv4() localVariable621 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer).unwrap(); in calc_checksum_ipv4() localVariable666 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer[..]).unwrap(); in calc_checksum_ipv4() localVariable688 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer).unwrap(); in calc_checksum_ipv4() localVariable712 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_bytes).unwrap(); in calc_checksum_ipv4_raw() localVariable741 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer).unwrap(); in calc_checksum_ipv4_raw() localVariable770 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer[..]).unwrap(); in calc_checksum_ipv4_raw() localVariable788 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer).unwrap(); in calc_checksum_ipv4_raw() localVariable843 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_bytes).unwrap(); in calc_checksum_ipv6() localVariable887 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer[..]).unwrap(); in calc_checksum_ipv6() localVariable[all …]
570 let tcp_slice = TcpSlice::from_slice(&data).unwrap(); in calc_checksum_ipv4() localVariable595 let tcp_slice = TcpSlice::from_slice(&data).unwrap(); in calc_checksum_ipv4() localVariable
20 pub mod tcp_slice; module