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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
bootparam_prot.x 72 bp_address client_address;
bootparam_prot.h 48 bp_address client_address; member in struct:bp_whoami_arg
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 72 bp_address client_address;
bootparam_prot.h 48 bp_address client_address; member in struct:bp_whoami_arg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 72 bp_address client_address;
bootparam_prot.h 48 bp_address client_address; member in struct:bp_whoami_arg
  /external/chromium/net/udp/
udp_socket_unittest.cc 203 IPEndPoint client_address; local
204 rv = client.GetLocalAddress(&client_address);
209 client_address);
214 client_address);
  /external/chromium/net/tools/testserver/
testserver.py 140 request, client_address = self.get_request()
143 if self.verify_request(request, client_address):
145 self.process_request(request, client_address)
147 self.handle_error(request, client_address)
213 def __init__(self, request, client_address, socket_server,
220 self, request, client_address, socket_server)
259 def __init__(self, request, client_address, socket_server):
315 BasePageHandler.__init__(self, request, client_address, socket_server,
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 184 return self._request_handler.client_address
414 def handle_error(self, rquest, client_address):
419 client_address,
421 # Note: client_address is a tuple.
430 accepted_socket, client_address = self.socket.accept()
433 return accepted_socket, client_address
490 def __init__(self, request, client_address, server):
503 self, request, client_address, server)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 180 return self._request_handler.client_address
410 def handle_error(self, rquest, client_address):
415 client_address,
417 # Note: client_address is a tuple.
426 accepted_socket, client_address = self.socket.accept()
429 return accepted_socket, client_address
486 def __init__(self, request, client_address, server):
499 self, request, client_address, server)
    [all...]
  /external/clang/tools/scan-view/
ScanView.py 169 def finish_request(self, request, client_address):
173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
175 def handle_error(self, request, client_address):
182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address)
643 self.client_address[0] != '127.0.0.1'):
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 158 struct sockaddr_un client_address; local
160 int fd = accept(s, (struct sockaddr*)&client_address, &clen);

Completed in 802 milliseconds