Home
last modified time | relevance | path

Searched defs:tcp_slice (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dtcp_header_slice.rs576 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_bytes).unwrap(); in calc_checksum_ipv4() localVariable
621 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer).unwrap(); in calc_checksum_ipv4() localVariable
666 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer[..]).unwrap(); in calc_checksum_ipv4() localVariable
688 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer).unwrap(); in calc_checksum_ipv4() localVariable
712 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_bytes).unwrap(); in calc_checksum_ipv4_raw() localVariable
741 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer).unwrap(); in calc_checksum_ipv4_raw() localVariable
770 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer[..]).unwrap(); in calc_checksum_ipv4_raw() localVariable
788 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer).unwrap(); in calc_checksum_ipv4_raw() localVariable
843 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_bytes).unwrap(); in calc_checksum_ipv6() localVariable
887 let tcp_slice = TcpHeaderSlice::from_slice(&tcp_buffer[..]).unwrap(); in calc_checksum_ipv6() localVariable
[all …]
Dtcp_slice.rs570 let tcp_slice = TcpSlice::from_slice(&data).unwrap(); in calc_checksum_ipv4() localVariable
595 let tcp_slice = TcpSlice::from_slice(&data).unwrap(); in calc_checksum_ipv4() localVariable
Dmod.rs20 pub mod tcp_slice; module