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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
SocketServer.py 194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
490 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SocketServer.py 184 - socket_type
382 - socket_type
396 socket_type = socket.SOCK_STREAM variable in class:TCPServer
406 self.socket_type)
475 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
  /external/python/cpython2/Lib/
SocketServer.py 189 - socket_type
390 - socket_type
404 socket_type = socket.SOCK_STREAM variable in class:TCPServer
414 self.socket_type)
487 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SocketServer.py 194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
486 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
  /prebuilts/gdb/linux-x86/lib/python2.7/
SocketServer.py 194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
486 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SocketServer.py 194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
486 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py 194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
486 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 47 typedef int socket_type; typedef in namespace:asio::detail
  /external/netperf/src/
nettest_bsd.h 83 uint32_t socket_type; /* dgram? stream? other? */ member in struct:omni_request_struct
566 socket_type, /* initially used by the "omni" tests */
nettest_bsd.c 176 socket_type, /* used initially by the "omni" tests */
175 socket_type, \/* used initially by the "omni" tests *\/ variable
    [all...]
  /external/curl/tests/server/
sws.c 1962 const char *socket_type = "IPv4"; local
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 306 enum py_ssl_server_or_client socket_type; member in struct:__anon30262
542 enum py_ssl_server_or_client socket_type,
591 if (socket_type == PY_SSL_CLIENT)
597 self->socket_type = socket_type;
    [all...]

Completed in 1839 milliseconds