Home
last modified time | relevance | path

Searched defs:new_ip (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/tests/transport/
Dicmpv6.rs38 let new_ip = PacketHeaders::from_ip_slice(&result).unwrap(); in ip6_echo_marshall_unmarshall() localVariable
Dicmpv4.rs35 let new_ip = PacketHeaders::from_ip_slice(&result).unwrap(); in ip4_echo_marshall_unmarshall() localVariable
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_hosts.cc155 IPAddress new_ip; in ParseHostsWithCommaMode() local
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_clang_complex.c127 u32 new_ip; in handle_packet() local
/aosp_15_r20/external/rust/crates/openssl/src/x509/
Dmod.rs2119 pub(crate) fn new_ip(ip: IpAddr) -> Result<GeneralName, ErrorStack> { in new_ip() method