/system/bluetooth/tools/ |
pipetest.c | 95 static int _shutdown(int fd, int how) { function 181 _shutdown(fd[0], SHUT_RDWR); 202 _shutdown(fd[0], SHUT_RDWR); 240 _shutdown(fd[0], SHUT_RDWR); 328 _shutdown(fd[1], SHUT_RDWR);
|
socktest.c | 300 static int _shutdown(int fd, int how) { function 368 _shutdown(fd, SHUT_RDWR); 473 _shutdown(fd, SHUT_RDWR); 497 _shutdown(fd, SHUT_RDWR); 528 _shutdown(fd, SHUT_RDWR); 606 _shutdown(fd, SHUT_RDWR); 671 _shutdown(fd, SHUT_RDWR);
|
asocket_test.c | 286 static int _shutdown(int fd, int how) { function 354 _shutdown(fd, SHUT_RDWR); 459 _shutdown(fd, SHUT_RDWR); 483 _shutdown(fd, SHUT_RDWR); 534 _shutdown(fd, SHUT_RDWR); 599 _shutdown(fd, SHUT_RDWR);
|
sock_shutdown_test.c | 207 static int _shutdown(int fd, int how) { function 241 _shutdown(fd, SHUT_RDWR);
|
/external/kernel-headers/original/linux/ |
net.h | 284 .shutdown = __lock_##name##_shutdown, \
|