Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/net/
Dmod.rs28 accept, accept_with, acceptfrom, acceptfrom_with, bind, bind_any, bind_v4, bind_v6, connect,
Dsocket.rs108 pub fn bind_any<Fd: AsFd>(sockfd: Fd, addr: &SocketAddrAny) -> io::Result<()> { in bind_any() function
/third_party/rust/crates/rustix/tests/net/
Dconnect_bind_send.rs164 rustix::net::bind_any(&listener, &addr).expect("bind"); in net_v4_bind_any()
199 rustix::net::bind_any(&listener, &addr).expect("bind"); in net_v6_bind_any()