Home
last modified time | relevance | path

Searched refs:recvfrom (Results 1 – 25 of 154) sorted by relevance

1234567

/external/selinux/sepolgen/tests/
Dperm_map292 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/
Dperm_map299 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/
Dunix-pair-send-recv.c68 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()
Ddumpio.test8 run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
Ddumpio.expected4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
/external/c-ares/
Dares_config.h.in202 /* 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 …]
Dacinclude.m41075 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/
Dnull_socket.c14 if (-1 != recvfrom(0, NULL, 0, 0, NULL, 0)) in main()
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_posix.cc201 retval = recvfrom(_socket,buf, sizeof(buf), 0, in HasIncoming()
206 retval = recvfrom(_socket,buf, sizeof(buf), 0, in HasIncoming()
/external/iputils/
Dclockdiff.c154 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()
Dtftpd.c128 n = recvfrom(0, buf, sizeof (buf), 0, in main()
169 i = recvfrom(0, buf, sizeof (buf), 0, in main()
/external/android-clat/
Dclatd_microbenchmark.c147 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/
Dtlsdate-seccomp-arm.policy33 recvfrom: 1
Dtlsdate-seccomp-amd64.policy40 recvfrom: 1
/external/clang/utils/CIndex/
Dcompletion_logger_server.py28 data,addr = UDPSock.recvfrom(buf)
/external/curl/lib/
Dcurl_config.h.cmake488 /* 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/
Dsnmpget.py33 substrate, _ = sock.recvfrom(2048)
/external/bison/m4/
Dsys_socket_h.m414 dnl On OSF/1, the functions recv(), send(), recvfrom(), sendto() have
97 listen recv send recvfrom sendto setsockopt shutdown accept4])
/external/strace/linux/
Dsubcall.h46 [SYS_socket_subcall + 12] = { 6, IS|TN, SEN(recvfrom), "recvfrom" },
/external/autotest/client/cros/cellular/
Dether_io_rf_switch.py68 (response, address) = self.socket.recvfrom(65536)
/external/autotest/client/cros/netprotos/
Dinterface_host.py146 data, sender_addr = self._recv_sock.recvfrom(BUFFER_SIZE_BYTES)
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dquery.py137 (wire, from_address) = s.recvfrom(65535)
371 (wire, from_address) = s.recvfrom(65535)
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_linux.c135 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/
Dos-sunos4.h136 int recvfrom(int, char *, u_int, int, struct sockaddr *, int *);
/external/wpa_supplicant_8/src/wps/
Dwps_er_ssdp.c33 nread = recvfrom(sd, buf, sizeof(buf) - 1, 0, in wps_er_ssdp_rx()

1234567