Home
last modified time | relevance | path

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

/bionic/libc/include/bits/fortify/
Dsocket.h74 ssize_t recv(int socket, void* const buf __pass_object_size0, size_t len, int flags) in recv()
82 ssize_t send(int socket, const void* const buf __pass_object_size0, size_t len, int flags) in send()
142 ssize_t recv(int socket, void* buf, size_t len, int flags) { in recv()
147 ssize_t send(int socket, const void* buf, size_t len, int flags) { in send()
/bionic/libc/bionic/
Dsocket.cpp21 int socket(int domain, int type, int protocol) { in socket() function
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.cpp88 int socket() { in socket() function in PropertyServiceConnection
Dfortify.cpp216 ssize_t __recvfrom_chk(int socket, void* buf, size_t len, size_t buf_size, in __recvfrom_chk()
222 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk()
/bionic/libc/private/
DNetdClientDispatch.h28 int (*socket)(int, int, int); member