Searched refs:accept4 (Results 1 – 15 of 15) 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 | 45 &__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 | 102 ASSERT_EQ(-1, accept4(-1, NULL, NULL, 0)); in TEST() 108 int fd_acc = accept4(fd, reinterpret_cast<struct sockaddr*>(addr), &len, SOCK_CLOEXEC); in TestAccept4()
|
/bionic/libc/include/sys/ |
D | socket.h | 301 __socketcall int accept4(int __fd, struct sockaddr* __addr, socklen_t* __addr_length, int __flags) …
|
/bionic/libc/ |
D | SYSCALLS.TXT | 245 int __accept4:accept4(int, struct sockaddr*, socklen_t*, int) arm,arm64,mips,mips64,x86_…
|
D | libc.arm64.map | 160 accept4; # introduced=21
|
D | libc.x86_64.map | 160 accept4; # introduced=21
|
D | libc.mips64.map | 160 accept4; # introduced=21
|
D | libc.x86.map | 220 accept4; # introduced=21
|
D | libc.mips.map | 221 accept4; # introduced=21
|
D | libc.arm.map | 223 accept4; # introduced=21
|
D | libc.map.txt | 225 accept4; # introduced=21
|
D | Android.bp | 1292 "bionic/accept4.cpp",
|