Home
last modified time | relevance | path

Searched refs:set_destination_addr (Results 1 – 3 of 3) sorted by relevance

/webrtc/util/src/vnet/
H A Dchunk.rs99 fn set_destination_addr(&mut self, address: &str) -> Result<()>; // used by nat in set_destination_addr() method
219 fn set_destination_addr(&mut self, address: &str) -> Result<()> { in set_destination_addr() method
327 fn set_destination_addr(&mut self, address: &str) -> Result<()> { in set_destination_addr() method
H A Dnat.rs299 to.set_destination_addr(&format!("{dst_ip}:{dst_port}"))?; in translate_inbound()
341 to.set_destination_addr(&m.local)?; in translate_inbound()
/webrtc/util/src/vnet/router/
H A Drouter_test.rs77 let result = echo.set_destination_addr(&c.source_addr().to_string()); in on_inbound_chunk()