Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dtcp_header_slice.rs325 self.calc_checksum_ipv4_raw(ip_header.source(), ip_header.destination(), payload) in calc_checksum_ipv4()
329 pub fn calc_checksum_ipv4_raw( in calc_checksum_ipv4_raw() method
702 fn calc_checksum_ipv4_raw() { in calc_checksum_ipv4_raw() function
716 tcp_slice.calc_checksum_ipv4_raw([0; 4], [0; 4], &tcp_payload) in calc_checksum_ipv4_raw()
745 tcp_slice.calc_checksum_ipv4_raw([192, 168, 1, 42], [192, 168, 1, 1], &tcp_payload) in calc_checksum_ipv4_raw()
774 tcp_slice.calc_checksum_ipv4_raw([192, 168, 1, 42], [192, 168, 1, 1], &tcp_payload) in calc_checksum_ipv4_raw()
791 tcp_slice.calc_checksum_ipv4_raw([0; 4], [0; 4], &tcp_payload), in calc_checksum_ipv4_raw()
Dudp_header.rs84 self.calc_checksum_ipv4_raw(ip_header.source, ip_header.destination, payload) in calc_checksum_ipv4()
88 pub fn calc_checksum_ipv4_raw( in calc_checksum_ipv4_raw() method
487 fn calc_checksum_ipv4_raw(
505 header.calc_checksum_ipv4_raw(
548 header.calc_checksum_ipv4_raw(
578 header.calc_checksum_ipv4_raw(
Dtcp_header.rs452 self.calc_checksum_ipv4_raw(ip_header.source, ip_header.destination, payload) in calc_checksum_ipv4()
456 pub fn calc_checksum_ipv4_raw( in calc_checksum_ipv4_raw() method
1564 tcp.calc_checksum_ipv4_raw(ip_header.source, ip_header.destination, &tcp_payload) in calc_checksum_ipv4()
1662 fn calc_checksum_ipv4_raw() { in calc_checksum_ipv4_raw() function
1670 tcp.calc_checksum_ipv4_raw([0; 4], [0; 4], &tcp_payload) in calc_checksum_ipv4_raw()
1696 tcp.calc_checksum_ipv4_raw([192, 168, 1, 42], [192, 168, 1, 1], &tcp_payload) in calc_checksum_ipv4_raw()
1722 tcp.calc_checksum_ipv4_raw([192, 168, 1, 42], [192, 168, 1, 1], &tcp_payload) in calc_checksum_ipv4_raw()
1739 tcp.calc_checksum_ipv4_raw([0; 4], [0; 4], &tcp_payload) in calc_checksum_ipv4_raw()