Home
last modified time | relevance | path

Searched refs:socket_type (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DSocketServer.py396 socket_type = socket.SOCK_STREAM variable in TCPServer
406 self.socket_type)
475 socket_type = socket.SOCK_DGRAM variable in UDPServer
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DSocketServer.py407 socket_type = socket.SOCK_STREAM variable in TCPServer
417 self.socket_type)
490 socket_type = socket.SOCK_DGRAM variable in UDPServer
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp268 SharedFD SharedFD::Socket(int domain, int socket_type, int protocol) { in Socket() argument
269 int fd = TEMP_FAILURE_RETRY(socket(domain, socket_type, protocol)); in Socket()
Dshared_fd.h129 static SharedFD Socket(int domain, int socket_type, int protocol);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c265 enum py_ssl_server_or_client socket_type, in newPySSLObject() argument
295 if ((socket_type == PY_SSL_SERVER) && in newPySSLObject()
401 if (socket_type == PY_SSL_CLIENT) in newPySSLObject()