Searched refs:try_bind (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/bind/
H A Dbind02.c75 void try_bind(void) function
144 try_bind();
/external/autotest/client/common_lib/
H A Dutils.py1668 def try_bind(port, socket_type, socket_proto): function in function:get_unused_port
1680 # On the 2.6 kernel, calling try_bind() on UDP socket returns the
1684 port = try_bind(0, socket.SOCK_STREAM, socket.IPPROTO_TCP)
1686 if port and try_bind(port, socket.SOCK_DGRAM, socket.IPPROTO_UDP):

Completed in 119 milliseconds