/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_recvfrom.c | 118 count = recvfrom(-1, message_rcv, msg_count, flag, in main() 132 count = recvfrom(fd, message_rcv, msg_count, flag, in main() 145 count = recvfrom(acpt_sk, (char *)-1, msg_count, flag, in main() 154 count = recvfrom(lstn_sk, message_rcv, msg_count, flag, in main() 167 count = recvfrom(acpt_sk, message_rcv, msg_count, flag, in main() 178 count = recvfrom(sk, message_rcv, msg_count, flag, in main() 190 count = recvfrom(sk, message_rcv, msg_count, flag, in main()
|
/external/selinux/python/sepolgen/tests/ |
D | perm_map | 292 recvfrom r 10 320 recvfrom r 10 346 recvfrom r 10 371 recvfrom r 10 412 recvfrom r 10 436 recvfrom r 10 460 recvfrom r 10 487 recvfrom r 10 511 recvfrom r 10 703 recvfrom r 10 [all …]
|
/external/selinux/python/sepolgen/src/share/ |
D | perm_map | 299 recvfrom r 10 327 recvfrom r 10 353 recvfrom r 10 378 recvfrom r 10 419 recvfrom r 10 443 recvfrom r 10 467 recvfrom r 10 494 recvfrom r 10 518 recvfrom r 10 710 recvfrom r 10 [all …]
|
/external/strace/tests-mx32/ |
D | unix-pair-sendto-recvfrom.c | 72 assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 80 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 83 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == 0); in main()
|
D | unix-pair-sendto-recvfrom.test | 7 run_prog ../unix-pair-sendto-recvfrom abcdefghijklmnopqrstuvwxyz 8 run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
|
D | erestartsys.gen.test | 4 run_strace_match_diff -a34 -e signal=none -e trace=recvfrom
|
D | unix-pair-sendto-recvfrom.expected | 4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
|
D | net-yy-unix.c | 139 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main() 212 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main()
|
/external/strace/tests-m32/ |
D | unix-pair-sendto-recvfrom.c | 72 assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 80 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 83 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == 0); in main()
|
D | unix-pair-sendto-recvfrom.test | 7 run_prog ../unix-pair-sendto-recvfrom abcdefghijklmnopqrstuvwxyz 8 run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
|
D | erestartsys.gen.test | 4 run_strace_match_diff -a34 -e signal=none -e trace=recvfrom
|
D | unix-pair-sendto-recvfrom.expected | 4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
|
D | net-yy-unix.c | 139 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main() 212 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main()
|
D | net-y-unix.c | 140 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main() 222 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main()
|
/external/strace/tests/ |
D | unix-pair-sendto-recvfrom.c | 72 assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 80 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 83 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == 0); in main()
|
D | unix-pair-sendto-recvfrom.test | 7 run_prog ../unix-pair-sendto-recvfrom abcdefghijklmnopqrstuvwxyz 8 run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
|
D | erestartsys.gen.test | 4 run_strace_match_diff -a34 -e signal=none -e trace=recvfrom
|
D | unix-pair-sendto-recvfrom.expected | 4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
|
/external/python/cpython2/Demo/sockets/ |
D | udpecho.py | 39 data, addr = s.recvfrom(BUFSIZE) 60 data, fromaddr = s.recvfrom(BUFSIZE)
|
D | radio.py | 12 data, wherefrom = s.recvfrom(1500, 0)
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | tun.c | 228 … if (recvfrom(udp_sock, b, sizeof(b), MSG_DONTWAIT, (struct sockaddr*)&addr, &slen) > 0) { in main() 233 … if (recvfrom(sctp_sock, b, sizeof(b), MSG_DONTWAIT, (struct sockaddr*)&addr, &slen) > 0) { in main() 238 … if (recvfrom(udp_lite_sock, b, sizeof(b), MSG_DONTWAIT, (struct sockaddr*)&addr, &slen) > 0) { in main()
|
/external/ltp/testcases/network/sockets/ |
D | ltpServer.c | 239 recvfrom(udpSocketHandle, message, MAX_MSG_LEN, 0, in ltp_udp_server_queue() 328 recvfrom(newSocket, message_received, MAX_MSG_LEN, in tcp_receive_buffer() 399 recvfrom(multiSocketHandle, message, MAX_MSG_LEN, 0, in ltp_multi_server_queue()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket_posix.cc | 201 retval = recvfrom(_socket,buf, sizeof(buf), 0, in HasIncoming() 206 retval = recvfrom(_socket,buf, sizeof(buf), 0, in HasIncoming()
|
/external/iputils/ |
D | clockdiff.c | 154 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0, in measure() 220 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0, in measure() 330 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0, in measure_opt() 400 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0, in measure_opt()
|
/external/android-clat/ |
D | clatd_microbenchmark.c | 147 if (do_read && recvfrom(s, buf, sizeof(buf), 0, NULL, NULL) == -1) { in benchmark() 197 if (recvfrom(sock, buf, sizeof(buf), 0, NULL, NULL) == -1) die("recvfrom"); in main()
|