Searched defs:socket (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | socket.h | 70 ssize_t recv(int socket, void* _Nullable const buf __pass_object_size0, size_t len, int flags) in recv() 78 ssize_t send(int socket, const void* _Nonnull const buf __pass_object_size0, size_t len, int flags) in send()
|
/bionic/libc/bionic/ |
D | send.cpp | 31 ssize_t send(int socket, const void* buf, size_t len, int flags) { in send()
|
D | recv.cpp | 31 ssize_t recv(int socket, void *buf, size_t len, int flags) { in recv()
|
D | system_property_set.cpp | 70 const char* socket = property_service_socket; in PropertyServiceConnection() local 103 int socket() { in socket() function in PropertyServiceConnection
|
D | NetdClientDispatch.cpp | 78 int socket(int domain, int type, int protocol) { in socket() function
|
D | fortify.cpp | 219 ssize_t __recvfrom_chk(int socket, void* buf, size_t len, size_t buf_size, in __recvfrom_chk() 225 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk()
|
/bionic/libc/private/ |
D | NetdClientDispatch.h | 30 int (*socket)(int, int, int); member
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 450 FORTIFY_TEST(socket) { in FORTIFY_TEST() argument
|