Searched refs:try_bind (Results 1 – 2 of 2) sorted by relevance
75 void try_bind(void) in try_bind() function144 try_bind(); in main()
1756 def try_bind(port, socket_type, socket_proto): function1772 port = try_bind(0, socket.SOCK_STREAM, socket.IPPROTO_TCP)1774 if port and try_bind(port, socket.SOCK_DGRAM, socket.IPPROTO_UDP):