Searched refs:bind_any (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/rustix/src/net/ |
D | mod.rs | 28 accept, accept_with, acceptfrom, acceptfrom_with, bind, bind_any, bind_v4, bind_v6, connect,
|
D | socket.rs | 108 pub fn bind_any<Fd: AsFd>(sockfd: Fd, addr: &SocketAddrAny) -> io::Result<()> { in bind_any() function
|
/third_party/rust/crates/rustix/tests/net/ |
D | connect_bind_send.rs | 164 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()
|