Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/include/bits/fortify/
Dsocket.h70 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/
Dsend.cpp31 ssize_t send(int socket, const void* buf, size_t len, int flags) { in send()
Drecv.cpp31 ssize_t recv(int socket, void *buf, size_t len, int flags) { in recv()
Dsystem_property_set.cpp70 const char* socket = property_service_socket; in PropertyServiceConnection() local
103 int socket() { in socket() function in PropertyServiceConnection
DNetdClientDispatch.cpp78 int socket(int domain, int type, int protocol) { in socket() function
Dfortify.cpp219 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/
DNetdClientDispatch.h30 int (*socket)(int, int, int); member
/bionic/tests/
Dclang_fortify_tests.cpp450 FORTIFY_TEST(socket) { in FORTIFY_TEST() argument