Home
last modified time | relevance | path

Searched defs:try_bind (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbind_perm.c22 void try_bind(int family, int port, int expected_errno) in try_bind() function
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtcp_client_posix_test.cc225 auto try_bind = [&](int sock) { in test_connect_cancellation_succeeds() local
/aosp_15_r20/external/libnl/lib/
H A Dnl.c108 int try_bind = 1; in nl_connect() local
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dserver.rs87 pub fn try_bind(addr: &SocketAddr) -> crate::Result<Builder<AddrIncoming>> { in try_bind() method
/aosp_15_r20/external/autotest/client/common_lib/
H A Dutils.py1768 def try_bind(port, socket_type, socket_proto): function