Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dnet.rs353 pub(crate) async fn dail( in dail() method
532 pub async fn dail( in dail() method
540 net.dail(use_ipv4, remote_addr).await in dail()
/webrtc/util/src/vnet/net/
H A Dnet_test.rs78 let conn = nw.dail(true, "127.0.0.1:1234").await?; in test_net_native_dail()
450 let conn = nw.dail(true, "127.0.0.1:1234").await?; in test_net_virtual_dail_lo0()
482 let conn = nw.dail(true, "27.3.4.5:1234").await?; in test_net_virtual_dail_eth0()
526 (nw.dail(true, "test.webrtc.rs:1234").await?, raddr) in test_net_virtual_resolver()