Searched refs:bind_any (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/rustix/src/net/ |
H A D | mod.rs | 28 accept, accept_with, acceptfrom, acceptfrom_with, bind, bind_any, bind_v4, bind_v6, connect,
|
/third_party/rust/crates/rustix/tests/net/ |
H A D | connect_bind_send.rs | 157 /// Test `bind_any`. 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()
|
Completed in 2 milliseconds