Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/qemu/util/
H A Dqemu-sockets.c170 static int try_bind(int socket, InetSocketAddress *saddr, struct addrinfo *e) in try_bind() function