Lines Matching refs:IpAddr
8 use std::net::{IpAddr, SocketAddr};
96 fn get_source_ip(&self) -> IpAddr; // used by routee in get_source_ip() argument
97 fn get_destination_ip(&self) -> IpAddr; // used by router in get_destination_ip() argument
112 pub(crate) source_ip: IpAddr,
113 pub(crate) destination_ip: IpAddr,
127 fn get_destination_ip(&self) -> IpAddr { in get_destination_ip() argument
131 fn get_source_ip(&self) -> IpAddr { in get_source_ip() argument
170 fn get_destination_ip(&self) -> IpAddr { in get_destination_ip() argument
174 fn get_source_ip(&self) -> IpAddr { in get_source_ip() argument
277 fn get_destination_ip(&self) -> IpAddr { in get_destination_ip() argument
281 fn get_source_ip(&self) -> IpAddr { in get_source_ip() argument