/system/bluetooth/tools/ |
asocket_test.c | 199 static int _accept(int fd, int type) { function 361 _accept(args->fd, args->type); 384 _accept(args->fd, args->type); 409 _accept(fd, type); 433 _accept(fd, type); 511 _accept(fd, type); 660 _accept(fd, type);
|
socktest.c | 198 static int _accept(int fd, int type) { function 375 _accept(args->fd, args->type); 398 _accept(args->fd, args->type); 423 _accept(fd, type); 447 _accept(fd, type); 583 _accept(fd, type); 732 _accept(fd, type);
|
sock_shutdown_test.c | 168 static int _accept(int fd, int type) { function 221 _accept(args->fd, args->type);
|
/external/kernel-headers/original/linux/ |
net.h | 278 .accept = __lock_##name##_accept, \
|