Home
last modified time | relevance | path

Searched refs:sendto (Results 1 – 20 of 20) sorted by relevance

/bionic/libc/include/bits/fortify/
Dsocket.h55 ssize_t sendto(int fd, const void* _Nonnull const buf __pass_object_size0, size_t len, int flags, c… in sendto() function
66 return __call_bypassing_fortify(sendto)(fd, buf, len, flags, dest_addr, addr_len); in sendto()
82 return sendto(socket, buf, len, flags, NULL, 0); in send()
/bionic/libc/bionic/
DNetdClientDispatch.cpp73 ssize_t sendto(int fd, const void* buf, size_t n, int flags, in sendto() function
75 return __netdClientDispatch.sendto(fd, buf, n, flags, dst_addr, dst_addr_length); in sendto()
Dsend.cpp32 return sendto(socket, buf, len, flags, nullptr, 0); in send()
DNetdClient.cpp59 netdClientInitFunction(handle, "netdClientInitSendto", &__netdClientDispatch.sendto); in netdClientInitImpl()
Dfortify.cpp229 return sendto(socket, buf, len, flags, dest_addr, addrlen); in __sendto_chk()
/bionic/libc/private/
DNetdClientDispatch.h29 int (*sendto)(int, const void*, size_t, int, const struct sockaddr*, socklen_t); member
/bionic/tests/headers/posix/
Dsys_socket_h.c146 FUNCTION(sendto, ssize_t (*f)(int, const void*, size_t, int, const struct sockaddr*, socklen_t)); in sys_socket_h()
/bionic/libc/include/sys/
Dsocket.h306 __socketcall ssize_t sendto(int __fd, const void* _Nonnull __buf, size_t __n, int __flags, const st…
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_004.S380 CALL(sendto)
Dliblinker_reloc_bench_033.S612 CALL(sendto)
Dliblinker_reloc_bench_134.S1668 CALL(sendto)
Dliblinker_reloc_bench_067.S1115 CALL(sendto)
Dliblinker_reloc_bench_007.S11461 CALL(sendto)
/bionic/tests/
Dclang_fortify_tests.cpp461 EXPECT_FORTIFY_DEATH(sendto(kBogusFD, small_buffer, sizeof(small_buffer) + 1, 0, 0, 0)); in FORTIFY_TEST()
/bionic/libc/tools/
Dposix-2013.txt903 sendto
/bionic/libc/dns/resolv/
Dres_send.c1151 if (sendto(s, (const char*)buf, buflen, 0, nsap, nsaplen) != buflen) in send_dg()
/bionic/docs/
Dstatus.md169 * `sendto` FORTIFY support
/bionic/libc/
DSYSCALLS.TXT266 ssize_t __sendto:sendto(int, const void*, size_t, int, const struct sockaddr*, socklen_t) ar…
Dlibc.map.txt917 sendto;
/bionic/tools/versioner/platforms/
Dlibc.map.txt917 sendto;