Home
last modified time | relevance | path

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

/external/bcc/tests/python/
Dtest_clang_complex.c127 u32 new_ip; in handle_packet() local
/external/cronet/net/dns/
Ddns_hosts.cc155 IPAddress new_ip; in ParseHostsWithCommaMode() local
/external/rust/crates/openssl/src/x509/
Dmod.rs2119 pub(crate) fn new_ip(ip: IpAddr) -> Result<GeneralName, ErrorStack> { in new_ip() method