Searched refs:accept4 (Results 1 – 19 of 19) sorted by relevance
/bionic/libc/bionic/ |
D | accept4.cpp | 21 int accept4(int sockfd, sockaddr* addr, socklen_t* addrlen, int flags) { in accept4() function 22 return __netdClientDispatch.accept4(sockfd, addr, addrlen, flags); in accept4()
|
D | accept.cpp | 20 return accept4(sockfd, addr, addrlen, 0); in accept()
|
D | NetdClient.cpp | 44 &__netdClientDispatch.accept4); in netdClientInitImpl()
|
/bionic/libc/private/ |
D | NetdClientDispatch.h | 26 int (*accept4)(int, struct sockaddr*, socklen_t*, int); member
|
/bionic/tests/ |
D | sys_socket_test.cpp | 100 ASSERT_EQ(-1, accept4(-1, NULL, NULL, 0)); in TEST() 106 int fd_acc = accept4(fd, reinterpret_cast<struct sockaddr*>(addr), &len, SOCK_CLOEXEC); in TestAccept4()
|
/bionic/libc/include/sys/ |
D | socket.h | 272 __socketcall int accept4(int, struct sockaddr*, socklen_t*, int);
|
/bionic/libc/ |
D | libc.mips64.map | 167 accept4;
|
D | libc.x86_64.map | 167 accept4;
|
D | libc.arm64.map | 167 accept4;
|
D | libc.x86.brillo.map | 228 accept4;
|
D | libc.mips.brillo.map | 229 accept4;
|
D | libc.mips.map | 229 accept4;
|
D | libc.arm.brillo.map | 231 accept4;
|
D | libc.x86.map | 228 accept4;
|
D | libc.map.txt | 233 accept4;
|
D | libc.arm.map | 231 accept4;
|
D | SYSCALLS.TXT | 245 int __accept4:accept4(int, struct sockaddr*, socklen_t*, int) arm,arm64,mips,mips64,x86_…
|
D | Android.mk | 101 bionic/accept4.cpp \
|
D | Android.bp | 1283 "bionic/accept4.cpp",
|