Searched refs:accept (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/arch-arm/syscalls/ |
D | accept.S | 5 .type accept, #function 6 .globl accept symbol 10 accept: label
|
/bionic/libc/arch-x86/syscalls/ |
D | accept.S | 5 .type accept, @function 6 .globl accept symbol 9 accept: label
|
/bionic/libc/include/sys/ |
D | socket.h | 67 __socketcall int accept(int, struct sockaddr *, socklen_t *);
|
D | linux-unistd.h | 149 int accept (int, struct sockaddr *, socklen_t *); 163 int accept (int, struct sockaddr *, socklen_t *);
|
/bionic/libc/netbsd/isc/ |
D | eventlib_p.h | 174 struct { evAccept *this; } accept; member
|
/bionic/libc/unistd/ |
D | socketcalls.c | 106 int accept(int sock, struct sockaddr *adresse, socklen_t *longueur) in accept() function
|
/bionic/libc/ |
D | SYSCALLS.TXT | 181 int accept(int, struct sockaddr *, socklen_t *) 285,-1 197 int accept:socketcall:5(int, struct sockaddr *, socklen_t *) -1,102
|
/bionic/libc/arch-x86/ |
D | syscalls.mk | 137 syscall_src += arch-x86/syscalls/accept.S
|
/bionic/libc/arch-arm/ |
D | syscalls.mk | 135 syscall_src += arch-arm/syscalls/accept.S
|