HomeSort by relevance Sort by last modified time
    Searched refs:SIOCKILLADDR (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /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
  /kernel/tests/net/test/
tcp_nuke_addr_test.py 31 SIOCKILLADDR = 0x8939
38 """Calls the SIOCKILLADDR ioctl on the provided IP address.
59 fcntl.ioctl(datagram_socket.fileno(), SIOCKILLADDR, ifreq)
74 """Tests that SIOCKILLADDR no longer exists.
76 The out-of-tree SIOCKILLADDR was replaced by the upstream SOCK_DESTROY
  /development/ndk/platforms/android-9/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/msm8998/kernel-headers/linux/
sockios.h 72 #define SIOCKILLADDR 0x8939
  /hardware/qcom/msm8998/original-kernel-headers/linux/
sockios.h 68 #define SIOCKILLADDR 0x8939 /* kill sockets with this local addr */
  /hardware/qcom/msm8x09/kernel-headers/linux/
sockios.h 72 #define SIOCKILLADDR 0x8939
  /hardware/qcom/msm8x09/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/r10/platforms/android-12/arch-arm/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
sockios.h 59 #define SIOCKILLADDR 0x8939

Completed in 819 milliseconds

1 2 3 4