Home
last modified time | relevance | path

Searched defs:socket_type (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
DSocketServer.py404 socket_type = socket.SOCK_STREAM variable in TCPServer
487 socket_type = socket.SOCK_DGRAM variable in UDPServer
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_types.hpp47 typedef int socket_type; typedef
/external/curl/tests/server/
Dsws.c1962 const char *socket_type = "IPv4"; in main() local
/external/python/cpython2/Modules/
D_ssl.c306 enum py_ssl_server_or_client socket_type; member
542 enum py_ssl_server_or_client socket_type, in newPySSLSocket()
/external/autotest/client/common_lib/
Dutils.py1658 def try_bind(port, socket_type, socket_proto): argument
Dutils_unittest.py856 def do_bind(self, port, socket_type, socket_proto): argument
/external/netperf/src/
Dnettest_bsd.h83 uint32_t socket_type; /* dgram? stream? other? */ member
Dnettest_bsd.c175 socket_type, /* used initially by the "omni" tests */ variable