Searched refs:__sendto_chk (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/sys/ |
D | socket.h | 328 extern ssize_t __sendto_chk(int, const void*, size_t, size_t, int, const struct sockaddr*, 382 return __sendto_chk(fd, buf, len, bos, flags, dest_addr, addr_len); in sendto() 441 return __sendto_chk(fd, buf, len, bos, flags, dest_addr, addr_len); in sendto()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 227 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk() function
|
/bionic/libc/ |
D | libc.mips64.map | 1187 __sendto_chk; # future
|
D | libc.x86_64.map | 1187 __sendto_chk; # future
|
D | libc.arm64.map | 1187 __sendto_chk; # future
|
D | libc.x86.map | 1246 __sendto_chk; # future
|
D | libc.mips.map | 1248 __sendto_chk; # future
|
D | libc.arm.map | 1264 __sendto_chk; # future
|
D | libc.map.txt | 1289 __sendto_chk; # introduced=26
|