Home
last modified time | relevance | path

Searched defs:tcp_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dtcp_header_slice.rs620 let tcp_buffer = tcp.to_bytes(); in calc_checksum_ipv4() localVariable
665 let tcp_buffer = tcp.to_bytes(); in calc_checksum_ipv4() localVariable
687 let tcp_buffer = tcp.to_bytes(); in calc_checksum_ipv4() localVariable
740 let tcp_buffer = tcp.to_bytes(); in calc_checksum_ipv4_raw() localVariable
769 let tcp_buffer = tcp.to_bytes(); in calc_checksum_ipv4_raw() localVariable
787 let tcp_buffer = tcp.to_bytes(); in calc_checksum_ipv4_raw() localVariable
885 let mut tcp_buffer = Vec::new(); in calc_checksum_ipv6() localVariable
926 let tcp_buffer = tcp.to_bytes(); in calc_checksum_ipv6_raw() localVariable
958 let tcp_buffer = tcp.to_bytes(); in calc_checksum_ipv6_raw() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_private.h176 unsigned char *tcp_buffer; member