HomeSort by relevance Sort by last modified time
    Searched refs:socket_handle (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/tool/
transport_common.cc 351 WSAEVENT socket_handle = WSACreateEvent();
352 if (socket_handle == WSA_INVALID_EVENT ||
353 WSAEventSelect(sock, socket_handle, FD_READ) != 0) {
354 WSACloseEvent(socket_handle);
359 read_fds[0] = socket_handle;
373 WSACloseEvent(socket_handle);
377 WSACloseEvent(socket_handle);
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 253 def _get_public_ip_address(socket_handle):
259 @param: socket_handle: a unix socket.
264 socket_handle.settimeout(1)
265 socket_handle.connect(('8.8.8.8', 53))
266 socket_name = socket_handle.getsockname()
    [all...]

Completed in 198 milliseconds