Home
last modified time | relevance | path

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

12

/bionic/libc/include/bits/fortify/
Dsocket.h41 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/
Drecv.cpp32 return recvfrom(socket, buf, len, flags, nullptr, nullptr); in recv()
Dfortify.cpp225 return recvfrom(socket, buf, len, flags, src_addr, addrlen); in __recvfrom_chk()
/bionic/tests/headers/posix/
Dsys_socket_h.c143 FUNCTION(recvfrom, ssize_t (*f)(int, void*, size_t, int, struct sockaddr*, socklen_t*)); in sys_socket_h()
/bionic/tests/
Dclang_fortify_tests.cpp479 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/
Dliblinker_reloc_bench_089.S158 CALL(recvfrom)
Dliblinker_reloc_bench_010.S172 CALL(recvfrom)
Dliblinker_reloc_bench_027.S314 CALL(recvfrom)
Dliblinker_reloc_bench_065.S159 CALL(recvfrom)
Dliblinker_reloc_bench_008.S366 CALL(recvfrom)
Dliblinker_reloc_bench_144.S230 CALL(recvfrom)
Dliblinker_reloc_bench_004.S376 CALL(recvfrom)
Dliblinker_reloc_bench_076.S307 CALL(recvfrom)
Dliblinker_reloc_bench_033.S613 CALL(recvfrom)
Dliblinker_reloc_bench_134.S1670 CALL(recvfrom)
Dliblinker_reloc_bench_067.S1116 CALL(recvfrom)
Dliblinker_reloc_bench_020.S205 CALL(recvfrom)
Dliblinker_reloc_bench_015.S2615 CALL(recvfrom)
Dliblinker_reloc_bench_007.S11463 CALL(recvfrom)
/bionic/libc/include/sys/
Dsocket.h318 __socketcall ssize_t recvfrom(int __fd, void* __buf, size_t __n, int __flags, struct sockaddr* __sr…
/bionic/libc/
DSYSCALLS.TXT254 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*…
Dlibc.map.txt865 recvfrom;
/bionic/libc/tools/
Dposix-2013.txt843 recvfrom
/bionic/libc/dns/resolv/
Dres_send.c1182 resplen = recvfrom(s, (char*)ans, (size_t)anssiz,0, in send_dg()
/bionic/tools/versioner/platforms/
Dlibc.map.txt865 recvfrom;

12