HomeSort by relevance Sort by last modified time
    Searched defs:SOCKET (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_socket_types.h 11 typedef UINT_PTR SOCKET;
13 typedef INT_PTR SOCKET;
16 #define INVALID_SOCKET (SOCKET)(~0)
  /external/libxml2/include/libxml/
nanoftp.h 23 * SOCKET:
27 #define SOCKET int
32 * the value to be used when the socket is not valid
137 XMLPUBFUN SOCKET XMLCALL
146 XMLPUBFUN SOCKET XMLCALL
  /external/swiftshader/src/Common/
Socket.hpp 21 #include <sys/socket.h>
22 typedef int SOCKET;
27 class Socket
30 Socket(SOCKET socket);
31 Socket(const char *address, const char *port);
32 ~Socket();
36 Socket *accept();
45 SOCKET socket member in class:sw::Socket
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.h 54 #include <sys/socket.h>
62 #define SOCKET int
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.h 54 #include <sys/socket.h>
62 #define SOCKET int
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.h 53 #include <sys/socket.h>
61 #define SOCKET int
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.h 54 #include <sys/socket.h>
62 #define SOCKET int
  /external/libpcap/
sockutils.h 60 #include <sys/socket.h>
69 * \brief In Winsock, a socket handle is of type SOCKET; in UN*X, it's
71 * We define SOCKET to be a signed integer on UN*X, so that it can
74 #ifndef SOCKET
75 #define SOCKET int
79 * \brief In Winsock, the error return if socket() fails is INVALID_SOCKET;
99 * \defgroup SockUtils Cross-platform socket utilities (IPv4-IPv6)
130 * \brief In Winsock, the close() call cannot be used on a socket;
179 /* no 'server' flag; it opens a client socket */
    [all...]
remote-ext.h 437 * \brief In Winsock, a socket handle is of type SOCKET; in UN*X, it's
439 * We define SOCKET to be a signed integer on UN*X, so that it can
442 #define SOCKET int
445 * \brief In Winsock, the error return if socket() fails is INVALID_SOCKET;
454 PCAP_API SOCKET pcap_remoteact_accept(const char *address, const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, char *errbuf);
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_wrapper.h 27 typedef int SOCKET;
31 #define INVALID_SOCKET (SOCKET)(~0)
57 // Socket to local address specified by name.
68 // Set socket options.
84 // Close socket and don't return until completed.
97 // Creating the socket is done via CreateSocket().
99 // Destroying the socket is done via CloseBlocking().
  /external/libvncserver/libvncclient/
vncviewer.c 25 #undef SOCKET
sockets.c 39 #undef SOCKET
53 #include <sys/socket.h>
333 sock = socket(AF_INET, SOCK_STREAM, 0);
338 rfbClientErr("ConnectToTcpAddr: socket (%s)\n",strerror(errno));
385 sock = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
432 sock = socket(AF_UNIX, SOCK_STREAM, 0);
434 rfbClientErr("ConnectToUnixSock: socket (%s)\n",strerror(errno));
467 sock = socket(AF_INET, SOCK_STREAM, 0);
469 rfbClientErr(": FindFreeTcpPort: socket\n");
522 sock = socket(AF_INET, SOCK_STREAM, 0)
    [all...]
tls_gnutls.c 24 #undef SOCKET
  /external/python/cpython3/Modules/_multiprocessing/
multiprocessing.h 31 # define SOCKET int
  /external/webrtc/webrtc/base/
physicalsocketserver.h 23 typedef int SOCKET;
50 virtual SOCKET GetSocket() = 0;
58 // A socket server that provides the real sockets of the underlying OS.
65 Socket* CreateSocket(int type) override;
66 Socket* CreateSocket(int family, int type) override;
72 AsyncSocket* WrapSocket(SOCKET s);
121 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
124 // Creates the underlying OS socket (same as the "socket" function).
162 virtual SOCKET DoAccept(SOCKET socket, sockaddr* addr, socklen_t* addrlen)
    [all...]
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 33 # include <sys/socket.h>
41 # define SOCKET int
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 225 typedef struct sockaddr_in ANTLR3_SOCKADDRT, * pANTLR3_SOCKADDRT; // Type used for socket address declaration
299 # include <socket.h>
302 # include <sys/socket.h>
351 // SOCKET not defined on Unix
353 typedef int SOCKET;
364 typedef struct sockaddr_in ANTLR3_SOCKADDRT, * pANTLR3_SOCKADDRT; // Type used for socket address declaration
380 typedef struct sockaddr_in ANTLR3_SOCKADDRT, * pANTLR3_SOCKADDRT; // Type used for socket address declaration
385 #define INVALID_SOCKET ((SOCKET)-1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 52 # define SOCKET int
54 # include <net/socket.h>
56 # include <socket.h>
65 SOCKET fd;
104 SOCKET v;
153 SOCKET fd;
707 SOCKET epfd; /* epoll control file descriptor */
736 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd)
835 SOCKET fd;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 63 # define SOCKET int
65 # include <net/socket.h>
67 # include <socket.h>
76 SOCKET fd;
111 SOCKET v;
160 SOCKET fd;
741 SOCKET epfd; /* epoll control file descriptor */
770 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd)
869 SOCKET fd;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 52 # define SOCKET int
54 # include <net/socket.h>
56 # include <socket.h>
65 SOCKET fd;
104 SOCKET v;
153 SOCKET fd;
707 SOCKET epfd; /* epoll control file descriptor */
736 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd)
835 SOCKET fd;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Socket.h 2 Socket header file.
50 // When a socket is created it enters into SO_UNCONFIGURED,
51 // no actions can be taken on this socket, only after calling
52 // SockConfigure. The state transition diagram of socket is
61 // A passive socket can only go into SO_LISTENING and
63 // when a socket is undergoing a protocol procedure such
70 /// Socket state
79 /// Socket configure state
87 Set socket SO_NO_MORE_DATA flag.
89 @param Sock Pointer to the socket
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
Socket.h 2 Common head file for TCP socket.
48 // When a socket is created it enters into SO_UNCONFIGURED,
49 // no actions can be taken on this socket, only after calling
50 // SockConfigure. The state transition diagram of socket is
59 // A passive socket can only go into SO_LISTENING and
61 // when a socket is undergoing a protocol procedure such
68 /// Socket state
77 /// Socket configure state
85 /// The request issued from socket layer to protocol layer.
87 #define SOCK_ATTACH 0 ///< Attach current socket to a new PCB
    [all...]
  /external/curl/lib/
config-win32.h 106 /* Define if you have the <sys/socket.h> header file. */
240 /* Define if you have the socket function. */
300 #define RECV_TYPE_ARG1 SOCKET
318 #define RECVFROM_TYPE_ARG1 SOCKET
342 #define SEND_TYPE_ARG1 SOCKET
464 #define SOCKET int
  /external/libxml2/
nanohttp.c 30 #include <sys/socket.h>
95 #define SOCKET int
130 SOCKET fd; /* the file descriptor for the socket */
201 SOCKET s;
203 s = socket (AF_INET6, SOCK_STREAM, 0);
489 * socket to be writable or default timeout prior
848 * @addr: a socket address structure
851 * non-blocking semantic on the socket, and allow 60 seconds for
857 static SOCKET
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 52 # define SOCKET int
54 # include <net/socket.h>
56 # include <socket.h>
65 SOCKET fd;
100 SOCKET v;
149 SOCKET fd;
730 SOCKET epfd; /* epoll control file descriptor */
759 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd)
858 SOCKET fd;
    [all...]

Completed in 959 milliseconds

1 2