Searched defs:try_bind (Results 1 – 5 of 5) sorted by relevance
22 void try_bind(int family, int port, int expected_errno) in try_bind() function
225 auto try_bind = [&](int sock) { in test_connect_cancellation_succeeds() local
108 int try_bind = 1; in nl_connect() local
87 pub fn try_bind(addr: &SocketAddr) -> crate::Result<Builder<AddrIncoming>> { in try_bind() method
1768 def try_bind(port, socket_type, socket_proto): function