HomeSort by relevance Sort by last modified time
    Searched refs:XT_PHYSDEV_OP_BRIDGED (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_physdev.h 17 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /external/iptables/include/linux/netfilter/
xt_physdev.h 12 #define XT_PHYSDEV_OP_BRIDGED 0x04
  /external/iptables/extensions/
libxt_physdev.c 71 info->invert |= XT_PHYSDEV_OP_BRIDGED;
72 info->bitmask |= XT_PHYSDEV_OP_BRIDGED;
102 if (info->bitmask & XT_PHYSDEV_OP_BRIDGED)
104 info->invert & XT_PHYSDEV_OP_BRIDGED ? " !":"");
126 if (info->bitmask & XT_PHYSDEV_OP_BRIDGED)
128 (info->invert & XT_PHYSDEV_OP_BRIDGED) ? " !" : "");

Completed in 2013 milliseconds

1 2 3 45