Searched defs:set_ip (Results 1 – 3 of 3) sorted by relevance
21 static inline void set_ip(__u32 *dst, const struct in6_addr *src) in set_ip() function
176 pub fn set_ip(&mut self, new_ip: IpAddr) { in set_ip() method332 pub fn set_ip(&mut self, new_ip: Ipv4Addr) { in set_ip() method437 pub fn set_ip(&mut self, new_ip: Ipv6Addr) { in set_ip() method
161 pub fn set_ip(&mut self, ip: IpAddr) -> Result<(), ErrorStack> { in set_ip() method