Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/bind/
Dbind02.c75 void try_bind(void) in try_bind() function
144 try_bind(); in main()
/external/autotest/client/common_lib/
Dutils.py1756 def try_bind(port, socket_type, socket_proto): function
1772 port = try_bind(0, socket.SOCK_STREAM, socket.IPPROTO_TCP)
1774 if port and try_bind(port, socket.SOCK_DGRAM, socket.IPPROTO_UDP):