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

  /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
  /system/core/init/
service.cpp 399 int socket_type = ((si.type == "stream" ? SOCK_STREAM : local
405 int s = create_socket(si.name.c_str(), socket_type, si.perm,
  /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...]