Searched refs:sendto (Results 1 – 20 of 20) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | socket.h | 55 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/ |
D | NetdClientDispatch.cpp | 73 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()
|
D | send.cpp | 32 return sendto(socket, buf, len, flags, nullptr, 0); in send()
|
D | NetdClient.cpp | 59 netdClientInitFunction(handle, "netdClientInitSendto", &__netdClientDispatch.sendto); in netdClientInitImpl()
|
D | fortify.cpp | 229 return sendto(socket, buf, len, flags, dest_addr, addrlen); in __sendto_chk()
|
/bionic/libc/private/ |
D | NetdClientDispatch.h | 29 int (*sendto)(int, const void*, size_t, int, const struct sockaddr*, socklen_t); member
|
/bionic/tests/headers/posix/ |
D | sys_socket_h.c | 146 FUNCTION(sendto, ssize_t (*f)(int, const void*, size_t, int, const struct sockaddr*, socklen_t)); in sys_socket_h()
|
/bionic/libc/include/sys/ |
D | socket.h | 306 __socketcall ssize_t sendto(int __fd, const void* _Nonnull __buf, size_t __n, int __flags, const st…
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_004.S | 380 CALL(sendto)
|
D | liblinker_reloc_bench_033.S | 612 CALL(sendto)
|
D | liblinker_reloc_bench_134.S | 1668 CALL(sendto)
|
D | liblinker_reloc_bench_067.S | 1115 CALL(sendto)
|
D | liblinker_reloc_bench_007.S | 11461 CALL(sendto)
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 461 EXPECT_FORTIFY_DEATH(sendto(kBogusFD, small_buffer, sizeof(small_buffer) + 1, 0, 0, 0)); in FORTIFY_TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 903 sendto
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 1151 if (sendto(s, (const char*)buf, buflen, 0, nsap, nsaplen) != buflen) in send_dg()
|
/bionic/docs/ |
D | status.md | 169 * `sendto` FORTIFY support
|
/bionic/libc/ |
D | SYSCALLS.TXT | 266 ssize_t __sendto:sendto(int, const void*, size_t, int, const struct sockaddr*, socklen_t) ar…
|
D | libc.map.txt | 917 sendto;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 917 sendto;
|