Searched refs:sock (Results 1 – 2 of 2) sorted by relevance
71 def send_fds(sock, remote_read, remote_write, remote_event): argument75 sock.sendmsg([NEED_HANDSHAKE_MESSAGE], # We want the transport to handle the handshake.91 with socket.socket() as sock:92 sock.bind((host, port))93 sock.listen()95 sources = [local_sock, finish_event, sock]102 print("listening on " + str(sock))117 elif sock in rf:118 (conn, addr) = sock.accept()
9239 Ljava/util/logging/SocketHandler;->sock:Ljava/net/Socket;