Lines Matching refs:socket
16 #include "socket.h"
24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener)
26 (void)socket;
33 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener)
35 (void)socket;
42 int32_t SendBytes(int32_t socket, const void *data, uint32_t len)
44 (void)socket;
50 int32_t SendMessage(int32_t socket, const void *data, uint32_t len)
52 (void)socket;
58 int32_t SendStream(int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param)
60 (void)socket;
67 int32_t SendFile(int32_t socket, const char *sFileList[], const char *dFileList[], uint32_t fileCnt)
69 (void)socket;
76 void Shutdown(int32_t socket)
78 (void)socket;