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/ |
D | tcp_header_slice.rs | 325 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()
|
D | udp_header.rs | 84 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(
|
D | tcp_header.rs | 452 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()
|