/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | tcp_header_slice.rs | 554 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8]; in calc_checksum_ipv4() localVariable 586 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8]; in calc_checksum_ipv4() localVariable 631 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8, 9]; in calc_checksum_ipv4() localVariable 679 let mut tcp_payload = Vec::with_capacity(len); in calc_checksum_ipv4() localVariable 705 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8]; in calc_checksum_ipv4_raw() localVariable 722 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8]; in calc_checksum_ipv4_raw() localVariable 751 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8, 9]; in calc_checksum_ipv4_raw() localVariable 783 let mut tcp_payload = Vec::with_capacity(len); in calc_checksum_ipv4_raw() localVariable 805 let tcp_payload = [51, 52, 53, 54, 55, 56, 57, 58]; in calc_checksum_ipv6() localVariable 861 let tcp_payload = unsafe { in calc_checksum_ipv6() localVariable [all …]
|
D | tcp_header.rs | 1546 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8]; in calc_checksum_ipv4() localVariable 1570 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8]; in calc_checksum_ipv4() localVariable 1607 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8, 9]; in calc_checksum_ipv4() localVariable 1647 let mut tcp_payload = Vec::with_capacity(len); in calc_checksum_ipv4() localVariable 1665 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8]; in calc_checksum_ipv4_raw() localVariable 1676 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8]; in calc_checksum_ipv4_raw() localVariable 1702 let tcp_payload = [1, 2, 3, 4, 5, 6, 7, 8, 9]; in calc_checksum_ipv4_raw() localVariable 1731 let mut tcp_payload = Vec::with_capacity(len); in calc_checksum_ipv4_raw() localVariable 1748 let tcp_payload = [51, 52, 53, 54, 55, 56, 57, 58]; in calc_checksum_ipv6() localVariable 1792 let tcp_payload = unsafe { in calc_checksum_ipv6() localVariable [all …]
|
D | transport_header.rs | 341 let tcp_payload = unsafe { localVariable 375 let tcp_payload = unsafe { localVariable 477 let tcp_payload = unsafe { localVariable
|