Searched refs:socket_proto (Results 1 – 2 of 2) sorted by relevance
920 def do_bind(self, port, socket_type, socket_proto): argument921 s = socket.socket(socket.AF_INET, socket_type, socket_proto)
1756 def try_bind(port, socket_type, socket_proto): argument1757 s = socket.socket(socket.AF_INET, socket_type, socket_proto)