Searched defs:socket (Results 1 – 7 of 7) sorted by relevance
| /bionic/libc/bionic/ |
| D | socket.cpp | 21 int socket(int domain, int type, int protocol) { in socket() function
|
| 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 | 89 int socket() { in socket() function in PropertyServiceConnection
|
| D | fortify.cpp | 222 ssize_t __recvfrom_chk(int socket, void* buf, size_t len, size_t buf_size, in __recvfrom_chk() 228 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk()
|
| /bionic/libc/include/bits/fortify/ |
| D | socket.h | 74 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()
|
| /bionic/libc/private/ |
| D | NetdClientDispatch.h | 28 int (*socket)(int, int, int); member
|