/external/selinux/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/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/ |
D | unix-pair-send-recv.c | 68 assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 76 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main() 79 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == 0); in main()
|
D | dumpio.test | 8 run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
|
D | dumpio.expected | 4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
|
/external/c-ares/ |
D | ares_config.h.in | 202 /* Define to 1 if you have the recvfrom function. */ 380 /* Define to the type qualifier pointed by arg 5 for recvfrom. */ 383 /* Define to the type of arg 1 for recvfrom. */ 386 /* Define to the type pointed by arg 2 for recvfrom. */ 389 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */ 392 /* Define to the type of arg 3 for recvfrom. */ 395 /* Define to the type of arg 4 for recvfrom. */ 398 /* Define to the type pointed by arg 5 for recvfrom. */ 401 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */ 404 /* Define to the type pointed by arg 6 for recvfrom. */ [all …]
|
D | acinclude.m4 | 1075 dnl Test if the socket recvfrom() function is available, 1090 AC_MSG_CHECKING([for recvfrom]) 1115 recvfrom(0, 0, 0, 0, 0, 0); 1126 AC_CACHE_CHECK([types of args and return type for recvfrom], 1163 recvfrom($recvfrom_arg1, $recvfrom_arg2, 1174 res = recvfrom(s, buf, len, flags, addr, addrlen); 1190 [Define to 1 if you have the recvfrom function.]) 1194 AC_MSG_WARN([Cannot find proper types to use for recvfrom args]) 1206 [Define to the type of arg 1 for recvfrom.]) 1208 [Define to the type of arg 3 for recvfrom.]) [all …]
|
/external/valgrind/memcheck/tests/ |
D | null_socket.c | 14 if (-1 != recvfrom(0, NULL, 0, 0, NULL, 0)) in main()
|
/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()
|
D | tftpd.c | 128 n = recvfrom(0, buf, sizeof (buf), 0, in main() 169 i = recvfrom(0, buf, sizeof (buf), 0, in main()
|
/external/android-clat/ |
D | clatd_microbenchmark.c | 147 if (do_read && recvfrom(s, buf, sizeof(buf), 0, NULL, NULL) == -1) { in benchmark() 198 if (recvfrom(sock, buf, sizeof(buf), 0, NULL, NULL) == -1) die("recvfrom"); in main()
|
/external/tlsdate/ |
D | tlsdate-seccomp-arm.policy | 33 recvfrom: 1
|
D | tlsdate-seccomp-amd64.policy | 40 recvfrom: 1
|
/external/clang/utils/CIndex/ |
D | completion_logger_server.py | 28 data,addr = UDPSock.recvfrom(buf)
|
/external/curl/lib/ |
D | curl_config.h.cmake | 488 /* Define to 1 if you have the recvfrom function. */ 771 /* Define to the type of arg 1 for recvfrom. */ 774 /* Define to the type pointed by arg 2 for recvfrom. */ 777 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */ 780 /* Define to the type of arg 3 for recvfrom. */ 783 /* Define to the type of arg 4 for recvfrom. */ 786 /* Define to the type pointed by arg 5 for recvfrom. */ 789 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */ 792 /* Define to the type pointed by arg 6 for recvfrom. */ 795 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */ [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/ |
D | snmpget.py | 33 substrate, _ = sock.recvfrom(2048)
|
/external/bison/m4/ |
D | sys_socket_h.m4 | 14 dnl On OSF/1, the functions recv(), send(), recvfrom(), sendto() have 97 listen recv send recvfrom sendto setsockopt shutdown accept4])
|
/external/strace/linux/ |
D | subcall.h | 46 [SYS_socket_subcall + 12] = { 6, IS|TN, SEN(recvfrom), "recvfrom" },
|
/external/autotest/client/cros/cellular/ |
D | ether_io_rf_switch.py | 68 (response, address) = self.socket.recvfrom(65536)
|
/external/autotest/client/cros/netprotos/ |
D | interface_host.py | 146 data, sender_addr = self._recv_sock.recvfrom(BUFFER_SIZE_BYTES)
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
D | query.py | 137 (wire, from_address) = s.recvfrom(65535) 371 (wire, from_address) = s.recvfrom(65535)
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_linux.c | 135 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &ll, in l2_packet_receive() 207 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &ll, in l2_packet_receive_br()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 136 int recvfrom(int, char *, u_int, int, struct sockaddr *, int *);
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er_ssdp.c | 33 nread = recvfrom(sd, buf, sizeof(buf) - 1, 0, in wps_er_ssdp_rx()
|