Searched refs:recvfrom (Results 1 – 25 of 26) sorted by relevance
12
/bionic/libc/include/bits/fortify/ |
D | socket.h | 41 ssize_t recvfrom(int fd, void* const buf __pass_object_size0, size_t len, int flags, struct sockadd… in recvfrom() function 52 return __call_bypassing_fortify(recvfrom)(fd, buf, len, flags, src_addr, addr_len); in recvfrom() 75 return recvfrom(socket, buf, len, flags, NULL, 0); in recv()
|
/bionic/libc/bionic/ |
D | recv.cpp | 32 return recvfrom(socket, buf, len, flags, nullptr, nullptr); in recv()
|
D | fortify.cpp | 225 return recvfrom(socket, buf, len, flags, src_addr, addrlen); in __recvfrom_chk()
|
/bionic/tests/headers/posix/ |
D | sys_socket_h.c | 143 FUNCTION(recvfrom, ssize_t (*f)(int, void*, size_t, int, struct sockaddr*, socklen_t*)); in sys_socket_h()
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 479 EXPECT_FORTIFY_DEATH(recvfrom(kBogusFD, small_buffer, sizeof(small_buffer) + 1, 0, 0, 0)); in FORTIFY_TEST() 494 EXPECT_NO_DEATH(recvfrom(kBogusFD, split.tiny_buffer, sizeof(split), 0, 0, 0)); in FORTIFY_TEST()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_089.S | 158 CALL(recvfrom)
|
D | liblinker_reloc_bench_010.S | 172 CALL(recvfrom)
|
D | liblinker_reloc_bench_027.S | 314 CALL(recvfrom)
|
D | liblinker_reloc_bench_065.S | 159 CALL(recvfrom)
|
D | liblinker_reloc_bench_008.S | 366 CALL(recvfrom)
|
D | liblinker_reloc_bench_144.S | 230 CALL(recvfrom)
|
D | liblinker_reloc_bench_004.S | 376 CALL(recvfrom)
|
D | liblinker_reloc_bench_076.S | 307 CALL(recvfrom)
|
D | liblinker_reloc_bench_033.S | 613 CALL(recvfrom)
|
D | liblinker_reloc_bench_134.S | 1670 CALL(recvfrom)
|
D | liblinker_reloc_bench_067.S | 1116 CALL(recvfrom)
|
D | liblinker_reloc_bench_020.S | 205 CALL(recvfrom)
|
D | liblinker_reloc_bench_015.S | 2615 CALL(recvfrom)
|
D | liblinker_reloc_bench_007.S | 11463 CALL(recvfrom)
|
/bionic/libc/include/sys/ |
D | socket.h | 318 __socketcall ssize_t recvfrom(int __fd, void* __buf, size_t __n, int __flags, struct sockaddr* __sr…
|
/bionic/libc/ |
D | SYSCALLS.TXT | 254 ssize_t recvfrom(int, void*, size_t, unsigned int, struct sockaddr*, socklen_t*) arm,lp64 272 ssize_t recvfrom:socketcall:12(int, void*, size_t, unsigned int, struct sockaddr*, socklen_t*…
|
D | libc.map.txt | 865 recvfrom;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 843 recvfrom
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 1182 resplen = recvfrom(s, (char*)ans, (size_t)anssiz,0, in send_dg()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 865 recvfrom;
|
12