/system/extras/tests/tcp_nuke_addr/ |
tcp_nuke_addr_test.cpp | 16 #ifndef SIOCKILLADDR 17 #define SIOCKILLADDR 0x8939 69 // Thread that calls SIOCKILLADDR in a loop. 81 if (ioctl(ioctlsock, SIOCKILLADDR, &ifr) != 0) { 82 PERROR_EXIT("SIOCKILLADDR failed, did you run 32-bit userspace on a 64-bit kernel?"); 97 // Don't call SIOCKILLADDR while connect() is running, or we'll end up with lots of
|
/system/extras/tests/net_test/ |
tcp_nuke_addr_test.py | 37 SIOCKILLADDR = 0x8939 100 """Calls the SIOCKILLADDR ioctl on the provided IP address. 120 fcntl.ioctl(datagram_socket.fileno(), SIOCKILLADDR, ifreq) 149 """Tests that SIOCKILLADDR works as expected. 162 """Tests that SIOCKILLADDR closes IPv6 sockets and unblocks threads."""
|
/development/ndk/platforms/android-3/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
sockios.h | 72 #define SIOCKILLADDR 0x8939
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
sockios.h | 68 #define SIOCKILLADDR 0x8939 /* kill sockets with this local addr */
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
sockios.h | 72 #define SIOCKILLADDR 0x8939
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
sockios.h | 68 #define SIOCKILLADDR 0x8939 /* kill sockets with this local addr */
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
sockios.h | 72 #define SIOCKILLADDR 0x8939
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
sockios.h | 68 #define SIOCKILLADDR 0x8939 /* kill sockets with this local addr */
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/ |
sockios.h | 59 #define SIOCKILLADDR 0x8939
|