Home
last modified time | relevance | path

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

12345678910

/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_recvfrom.c118 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/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/selinux/python/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/strace/tests-mx32/
Dunix-pair-sendto-recvfrom.c71 assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main()
79 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main()
82 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == 0); in main()
Dunix-pair-sendto-recvfrom.test7 run_prog ../unix-pair-sendto-recvfrom abcdefghijklmnopqrstuvwxyz
8 run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
Derestartsys.gen.test4 run_strace_match_diff -a34 -e signal=none -e trace=recvfrom
Dunix-pair-sendto-recvfrom.expected4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
Dnet-y-unix.c138 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main()
220 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main()
/external/strace/tests-m32/
Dunix-pair-sendto-recvfrom.c71 assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main()
79 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main()
82 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == 0); in main()
Dunix-pair-sendto-recvfrom.test7 run_prog ../unix-pair-sendto-recvfrom abcdefghijklmnopqrstuvwxyz
8 run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
Derestartsys.gen.test4 run_strace_match_diff -a34 -e signal=none -e trace=recvfrom
Dunix-pair-sendto-recvfrom.expected4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
/external/strace/tests/
Dunix-pair-sendto-recvfrom.c71 assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main()
79 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == len); in main()
82 assert(recvfrom(1, av[1], len, MSG_WAITALL, NULL, NULL) == 0); in main()
Dunix-pair-sendto-recvfrom.test7 run_prog ../unix-pair-sendto-recvfrom abcdefghijklmnopqrstuvwxyz
8 run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
Derestartsys.gen.test4 run_strace_match_diff -a34 -e signal=none -e trace=recvfrom
Dunix-pair-sendto-recvfrom.expected4 recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
Dnet-y-unix.c138 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main()
220 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main()
/external/python/cpython2/Demo/sockets/
Dudpecho.py39 data, addr = s.recvfrom(BUFSIZE)
60 data, fromaddr = s.recvfrom(BUFSIZE)
Dradio.py12 data, wherefrom = s.recvfrom(1500, 0)
/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/ltp/testcases/network/sockets/
DltpServer.c239 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/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()

12345678910