Searched refs:accept (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/bionic/ |
D | accept.cpp | 19 int accept(int sockfd, sockaddr* addr, socklen_t* addrlen) { in accept() function
|
/bionic/libc/kernel/uapi/linux/ |
D | bpqether.h | 26 unsigned char accept[ETH_ALEN]; member
|
/bionic/tests/ |
D | sys_socket_test.cpp | 141 int fd_acc = accept(fd, reinterpret_cast<struct sockaddr*>(addr), &len); in TestRecvMMsg() 209 int fd_acc = accept(fd, reinterpret_cast<struct sockaddr*>(addr), &len); in TestSendMMsg()
|
D | fdtrack_test.cpp | 327 FDTRACK_TEST_NAME(accept, "accept4", accept(CreateListener(), nullptr, nullptr));
|
/bionic/tests/headers/posix/ |
D | sys_socket_h.c | 135 FUNCTION(accept, int (*f)(int, struct sockaddr*, socklen_t*)); in sys_socket_h()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoa.c | 698 goto accept; 716 goto accept; 734 accept:
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 171 struct { evAccept *this; } accept; member
|
/bionic/libc/include/sys/ |
D | socket.h | 296 __socketcall int accept(int __fd, struct sockaddr* __addr, socklen_t* __addr_length);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 14 accept
|
/bionic/docs/ |
D | fdsan.md | 364 * Solution: accept `unique_fd` instead of `int` in functions that take ownership.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 224 accept;
|
/bionic/libc/ |
D | libc.map.txt | 224 accept;
|
D | Android.bp | 1027 "bionic/accept.cpp",
|