Lines Matching refs:socket_proto
2017 def try_bind(port, socket_type, socket_proto):2018 s = socket.socket(socket.AF_INET, socket_type, socket_proto)