HomeSort by relevance Sort by last modified time
    Searched defs:socket_type (Results 1 - 13 of 13) 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/linux-kselftest/tools/testing/selftests/networking/timestamping/
rxtimestamp.c 35 struct socket_type { struct
60 static struct socket_type socket_types[] = {
271 bool run_test_case(struct socket_type s, struct test_case t)
  /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
  /external/python/cpython3/Lib/
socketserver.py 192 - socket_type
426 - socket_type
440 socket_type = socket.SOCK_STREAM variable in class:TCPServer
450 self.socket_type)
523 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/curl/tests/server/
sws.c 1996 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:__anon32742
542 enum py_ssl_server_or_client socket_type,
591 if (socket_type == PY_SSL_CLIENT)
597 self->socket_type = socket_type;
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 304 enum py_ssl_server_or_client socket_type; member in struct:__anon33362
586 enum py_ssl_server_or_client socket_type,
656 if (socket_type == PY_SSL_CLIENT)
662 self->socket_type = socket_type;
    [all...]

Completed in 300 milliseconds