Searched defs:auth_ext (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/ |
D | packet_builder.rs | 2146 let auth_ext = IpAuthHeader::new(0.into(), 1, 2, &[3, 4, 5, 6]).unwrap(); in ipv4() localVariable 2223 let auth_ext = IpAuthHeader::new(0.into(), 1, 2, &[3, 4, 5, 6]).unwrap(); in ipv6() localVariable
|