Searched refs:shutdown (Results 1 - 12 of 12) sorted by relevance

/system/bluetooth/tools/
H A Dsock_shutdown_bug_rfcomm.c47 shutdown(fd, SHUT_RDWR);
59 shutdown(fd, SHUT_RDWR);
H A Dsock_shutdown_bug_l2cap.c43 shutdown(fd, SHUT_RDWR);
H A Dsock_shutdown_test.c17 /** testing behavior of shutdown() */
210 printf("%d: shutdown(%d)\n", gettid(), fd);
211 ret = shutdown(fd, how);
212 printf("%d: shutdown(%d) = %d\n", gettid(), fd, ret);
H A Dpipetest.c98 printf("%d: shutdown(%d)\n", gettid(), fd);
99 ret = shutdown(fd, how);
100 printf("%d: shutdown(%d) = %d\n", gettid(), fd, ret);
H A Dasocket_test.c289 printf("%d: shutdown(%d)\n", gettid(), fd);
290 ret = shutdown(fd, how);
291 printf("%d: shutdown(%d) = %d\n", gettid(), fd, ret);
H A Dsocktest.c303 printf("%ld: shutdown(%d)\n", pthread_self(), fd);
304 ret = shutdown(fd, how);
305 printf("%ld: shutdown(%d) = %d\n", pthread_self(), fd, ret);
/system/security/keystore/
H A Dkeystore_cli.cpp67 shutdown(sock, SHUT_WR);
H A Dkeystore_get.h55 send(sock, key, length, 0) == length && shutdown(sock, SHUT_WR) == 0 &&
H A Dkeystore_client.cpp62 if (shutdown(sock, SHUT_WR) != 0
/system/core/adb/
H A Dsysdeps.h345 return shutdown(fd, SHUT_RDWR);
347 #undef shutdown macro
348 #define shutdown ____xxx_shutdown macro
H A Dsysdeps_win32.c447 shutdown( f->fh_socket, SD_BOTH );
498 shutdown( f->fh_socket, SD_BOTH );
/system/core/libcutils/
H A Dabort_socket.c262 shutdown(s->fd, SHUT_RDWR);

Completed in 1162 milliseconds