Home
last modified time | relevance | path

Searched refs:calc_checksum_ipv6 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dtcp_slice.rs376 pub fn calc_checksum_ipv6( in calc_checksum_ipv6() method
654 fn calc_checksum_ipv6() { in calc_checksum_ipv6() function
681 slice.calc_checksum_ipv6( in calc_checksum_ipv6()
709 slice.calc_checksum_ipv6( in calc_checksum_ipv6()
Dtransport_header.rs157 header.checksum = header.calc_checksum_ipv6(ip_header, payload)?; in update_checksum_ipv6()
160 header.checksum = header.calc_checksum_ipv6(ip_header, payload)?; in update_checksum_ipv6()
436 udp.calc_checksum_ipv6(&ipv6, &payload).unwrap());
471 tcp.calc_checksum_ipv6(&ipv6, &payload).unwrap());
Dtcp_header_slice.rs359 pub fn calc_checksum_ipv6( in calc_checksum_ipv6() method
802 fn calc_checksum_ipv6() { in calc_checksum_ipv6() function
848 tcp_slice.calc_checksum_ipv6(&ip_slice, &tcp_payload) in calc_checksum_ipv6()
891 tcp_slice.calc_checksum_ipv6(&ip_slice, &tcp_payload), in calc_checksum_ipv6()
Dtcp_header.rs485 pub fn calc_checksum_ipv6( in calc_checksum_ipv6() method
1745 fn calc_checksum_ipv6() { in calc_checksum_ipv6() function
1780 assert_eq!(Ok(0x786e), tcp.calc_checksum_ipv6(&ip_header, &tcp_payload)); in calc_checksum_ipv6()
1817 tcp.calc_checksum_ipv6(&ip_header, &tcp_payload) in calc_checksum_ipv6()
Dudp_header.rs154 pub fn calc_checksum_ipv6( in calc_checksum_ipv6() method
722 fn calc_checksum_ipv6(
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dpacket_builder.rs3179 … expected.checksum = expected.calc_checksum_ipv6(&ip_expected, &in_payload[..]).unwrap();