HomeSort by relevance Sort by last modified time
    Searched refs:IPQM_BASE (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_queue.h 59 #define IPQM_BASE 0x10
60 #define IPQM_MODE (IPQM_BASE + 1)
61 #define IPQM_VERDICT (IPQM_BASE + 2)
62 #define IPQM_PACKET (IPQM_BASE + 3)
63 #define IPQM_MAX (IPQM_BASE + 4)
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_queue.h 59 #define IPQM_BASE 0x10
60 #define IPQM_MODE (IPQM_BASE + 1)
61 #define IPQM_VERDICT (IPQM_BASE + 2)
62 #define IPQM_PACKET (IPQM_BASE + 3)
63 #define IPQM_MAX (IPQM_BASE + 4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 59 #define IPQM_BASE 0x10
60 #define IPQM_MODE (IPQM_BASE + 1)
61 #define IPQM_VERDICT (IPQM_BASE + 2)
62 #define IPQM_PACKET (IPQM_BASE + 3)
63 #define IPQM_MAX (IPQM_BASE + 4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 59 #define IPQM_BASE 0x10
60 #define IPQM_MODE (IPQM_BASE + 1)
61 #define IPQM_VERDICT (IPQM_BASE + 2)
62 #define IPQM_PACKET (IPQM_BASE + 3)
63 #define IPQM_MAX (IPQM_BASE + 4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 59 #define IPQM_BASE 0x10
60 #define IPQM_MODE (IPQM_BASE + 1)
61 #define IPQM_VERDICT (IPQM_BASE + 2)
62 #define IPQM_PACKET (IPQM_BASE + 3)
63 #define IPQM_MAX (IPQM_BASE + 4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_queue.h 59 #define IPQM_BASE 0x10
60 #define IPQM_MODE (IPQM_BASE + 1)
61 #define IPQM_VERDICT (IPQM_BASE + 2)
62 #define IPQM_PACKET (IPQM_BASE + 3)
63 #define IPQM_MAX (IPQM_BASE + 4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 59 #define IPQM_BASE 0x10
60 #define IPQM_MODE (IPQM_BASE + 1)
61 #define IPQM_VERDICT (IPQM_BASE + 2)
62 #define IPQM_PACKET (IPQM_BASE + 3)
63 #define IPQM_MAX (IPQM_BASE + 4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_queue.h 59 #define IPQM_BASE 0x10
60 #define IPQM_MODE (IPQM_BASE + 1)
61 #define IPQM_VERDICT (IPQM_BASE + 2)
62 #define IPQM_PACKET (IPQM_BASE + 3)
63 #define IPQM_MAX (IPQM_BASE + 4)
  /external/iptables/include/libipq/
ip_queue_64.h 56 #define IPQM_BASE 0x10 /* standard netlink messages below this */
57 #define IPQM_MODE (IPQM_BASE + 1) /* Mode request from peer */
58 #define IPQM_VERDICT (IPQM_BASE + 2) /* Verdict from peer */
59 #define IPQM_PACKET (IPQM_BASE + 3) /* Packet from kernel */
60 #define IPQM_MAX (IPQM_BASE + 4)
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_queue.h 66 #define IPQM_BASE 0x10 /* standard netlink messages below this */
67 #define IPQM_MODE (IPQM_BASE + 1) /* Mode request from peer */
68 #define IPQM_VERDICT (IPQM_BASE + 2) /* Verdict from peer */
69 #define IPQM_PACKET (IPQM_BASE + 3) /* Packet from kernel */
70 #define IPQM_MAX (IPQM_BASE + 4)

Completed in 49 milliseconds