Searched defs:sendmsg (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/src/network/ |
D | sendmsg.c | 7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in sendmsg() function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/ |
D | example.js | 56 function sendmsg() function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/ |
D | example.js | 57 function sendmsg() function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/ |
D | example.js | 59 function sendmsg() function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/ |
D | example.js | 57 function sendmsg() function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/ |
D | example.js | 71 function sendmsg() function
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-tcpserver.c | 293 char *sendmsg; /* pointer to the message to send */ in communicate_client() local
|
/third_party/python/Lib/asyncio/ |
D | trsock.py | 137 def sendmsg(self, *args, **kwargs): member in TransportSocket
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 661 #define sendmsg(s,message,flags) lwip_sendmsg(s,message,flags) macro
|
/third_party/python/Lib/ |
D | ssl.py | 1187 def sendmsg(self, *args, **kwargs): member in SSLSocket
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/ |
D | pthread.h | 484 #define sendmsg(...) (pthread_testcancel(), sendmsg(__VA_ARGS__)) macro
|