Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dnet.rs228 pub(crate) async fn allocate_local_addr(&self, ip: IpAddr, port: u16) -> Result<()> { in allocate_local_addr() method
264 let result = self.allocate_local_addr(ip, port).await; in assign_port()