Searched defs:new_ip (Results 1 – 5 of 5) sorted by relevance
38 let new_ip = PacketHeaders::from_ip_slice(&result).unwrap(); in ip6_echo_marshall_unmarshall() localVariable
35 let new_ip = PacketHeaders::from_ip_slice(&result).unwrap(); in ip4_echo_marshall_unmarshall() localVariable
155 IPAddress new_ip; in ParseHostsWithCommaMode() local
127 u32 new_ip; in handle_packet() local
2119 pub(crate) fn new_ip(ip: IpAddr) -> Result<GeneralName, ErrorStack> { in new_ip() method