Home
last modified time | relevance | path

Searched refs:calc_checksum_ipv6_raw (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dudp_header.rs159 self.calc_checksum_ipv6_raw(ip_header.source, ip_header.destination, payload) in calc_checksum_ipv6()
163 pub fn calc_checksum_ipv6_raw( in calc_checksum_ipv6_raw() method
826 fn calc_checksum_ipv6_raw(
844 header.calc_checksum_ipv6_raw(
887 header.calc_checksum_ipv6_raw(
917 header.calc_checksum_ipv6_raw(
Dtcp_header_slice.rs364 self.calc_checksum_ipv6_raw(ip_header.source(), ip_header.destination(), payload) in calc_checksum_ipv6()
368 pub fn calc_checksum_ipv6_raw( in calc_checksum_ipv6_raw() method
902 fn calc_checksum_ipv6_raw() { in calc_checksum_ipv6_raw() function
932 tcp_slice.calc_checksum_ipv6_raw( in calc_checksum_ipv6_raw()
963 tcp_slice.calc_checksum_ipv6_raw( in calc_checksum_ipv6_raw()
Dtcp_header.rs490 self.calc_checksum_ipv6_raw(ip_header.source, ip_header.destination, payload) in calc_checksum_ipv6()
494 pub fn calc_checksum_ipv6_raw( in calc_checksum_ipv6_raw() method
1823 fn calc_checksum_ipv6_raw() { in calc_checksum_ipv6_raw() function
1849 tcp.calc_checksum_ipv6_raw( in calc_checksum_ipv6_raw()
1880 tcp.calc_checksum_ipv6_raw( in calc_checksum_ipv6_raw()