/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_sendmsg.c | 152 count = sendmsg(-1, &outmessage, flag); in main() 165 count = sendmsg(fd, &outmessage, flag); in main() 177 count = sendmsg(lstn_sk, &outmessage, flag); in main() 186 count = sendmsg(sk, &outmessage, flag); in main() 197 count = sendmsg(sk, &outmessage, flag); in main() 207 count = sendmsg(sk, (struct msghdr *)-1, flag); in main() 216 count = sendmsg(sk, &outmessage, -1); in main() 225 count = sendmsg(sk, &outmessage, flag); in main() 234 count = sendmsg(sk, &outmessage, flag); in main() 251 count = sendmsg(acpt1_sk, &outmessage, flag); in main() [all …]
|
/third_party/musl/src/network/ |
D | sendmsg.c | 7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in sendmsg() function 28 return socketcall_cp(sendmsg, fd, msg, flags, 0, 0, 0); in sendmsg()
|
D | sendmmsg.c | 21 ssize_t r = sendmsg(fd, &msgvec[i].msg_hdr, flags); in sendmmsg()
|
/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 316 sendmsg = malloc(sndbuf_size); in communicate_client() 317 if (sendmsg == NULL) { in communicate_client() 333 sntbyte_size = send(sock_fd, sendmsg, sndbuf_size, 0); in communicate_client() 361 free(sendmsg); in communicate_client()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/ |
D | example.js | 57 function sendmsg() function 63 document.getElementById("b").addEventListener("click", sendmsg);
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/ |
D | example.js | 57 function sendmsg() function 63 document.getElementById("b").addEventListener("click", sendmsg);
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/ |
D | example.js | 56 function sendmsg() function 62 document.getElementById("b").addEventListener("click", sendmsg);
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/ |
D | example.js | 57 function sendmsg() function 63 document.getElementById("b").addEventListener("click", sendmsg);
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/ |
D | example.js | 59 function sendmsg() function 65 document.getElementById("b").addEventListener("click", sendmsg);
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/ |
D | example.js | 71 function sendmsg() function 77 document.getElementById("b").addEventListener("click", sendmsg);
|
/third_party/ltp/utils/sctp/lib/ |
D | sendmsg.c | 67 return sendmsg(s, &outmsg, 0); in sctp_sendmsg() 105 return sendmsg(s, &outmsg, flags); in sctp_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_linux.c | 473 ret = sendmsg(skcipher->t, &msg, 0); in linux_af_alg_skcipher_oper() 575 ret = sendmsg(skcipher->t, &msg, 0); in rc4_skip() 648 ret = sendmsg(skcipher->t, &msg, 0); in des_encrypt() 717 ret = sendmsg(skcipher->t, &msg, 0); in aes_128_cbc_oper() 826 ret = sendmsg(skcipher->t, &msg, 0); in aes_unwrap() 915 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_init() 954 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_oper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_linux.c | 473 ret = sendmsg(skcipher->t, &msg, 0); in linux_af_alg_skcipher_oper() 575 ret = sendmsg(skcipher->t, &msg, 0); in rc4_skip() 648 ret = sendmsg(skcipher->t, &msg, 0); in des_encrypt() 717 ret = sendmsg(skcipher->t, &msg, 0); in aes_128_cbc_oper() 826 ret = sendmsg(skcipher->t, &msg, 0); in aes_unwrap() 915 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_init() 954 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_oper()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | sendmsg.c | 51 retval = sendmsg(sockfd, &msg, 2); in sendmsg_0100()
|
D | test_src_functionalext_supplement_network.gni | 21 "sendmsg",
|
/third_party/python/Lib/asyncio/ |
D | trsock.py | 137 def sendmsg(self, *args, **kwargs): member in TransportSocket 139 return self._sock.sendmsg(*args, **kwargs)
|
/third_party/ltp/include/lapi/syscalls/ |
D | x86_64.in | 47 sendmsg 46 359 sendmsg 518
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 29 sched_getaffinity sched_setaffinity sendmsg setgroups setns sighold \
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg03.c | 91 sendmsg(sockfd, &msg, 0); in run()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet_privsep.c | 46 if (sendmsg(l2->fd, &msg, 0) < 0) { in wpa_priv_cmd() 84 if (sendmsg(l2->fd, &msg, 0) < 0) { in l2_packet_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_privsep.c | 46 if (sendmsg(l2->fd, &msg, 0) < 0) { in wpa_priv_cmd() 84 if (sendmsg(l2->fd, &msg, 0) < 0) { in l2_packet_send()
|
/third_party/musl/src/passwd/ |
D | nscd_query.c | 65 if (sendmsg(fd, &msg, MSG_NOSIGNAL) < 0) in __nscd_query()
|
/third_party/alsa-lib/src/ |
D | socket.c | 68 ret = sendmsg(sock, &msghdr, 0 ); in snd_send_fd()
|
/third_party/flutter/skia/tools/ |
D | valgrind.supp | 99 sendmsg(msg.msg_iov[0]) 100 fun:sendmsg
|
/third_party/skia/tools/ |
D | valgrind.supp | 99 sendmsg(msg.msg_iov[0]) 100 fun:sendmsg
|