HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 76 - 100 of 1895) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ah.h 17 #define IP6T_AH_INV_SPI 0x01 /* Invert the sense of spi. */
18 #define IP6T_AH_INV_LEN 0x02 /* Invert the sense of length. */
ip6t_rt.h 28 #define IP6T_RT_INV_TYP 0x01 /* Invert the sense of type. */
29 #define IP6T_RT_INV_SGS 0x02 /* Invert the sense of Segments. */
30 #define IP6T_RT_INV_LEN 0x04 /* Invert the sense of length. */
ip6t_frag.h 20 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
21 #define IP6T_FRAG_INV_LEN 0x02 /* Invert the sense of length. */
  /external/iproute2/include/linux/netfilter/
xt_tcpudp.h 17 #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
18 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
19 #define XT_TCP_INV_FLAGS 0x04 /* Invert the sense of TCP flags. */
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
31 #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
  /external/iptables/include/linux/netfilter/
xt_tcpudp.h 17 #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
18 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
19 #define XT_TCP_INV_FLAGS 0x04 /* Invert the sense of TCP flags. */
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
31 #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
xt_dscp.h 22 __u8 invert; member in struct:xt_dscp_info
28 __u8 invert; member in struct:xt_tos_match_info
  /external/kernel-headers/original/linux/netfilter/
xt_tcpudp.h 16 #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
17 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
18 #define XT_TCP_INV_FLAGS 0x04 /* Invert the sense of TCP flags. */
19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
31 #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_tcpudp.h 16 #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
17 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
18 #define XT_TCP_INV_FLAGS 0x04 /* Invert the sense of TCP flags. */
19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
31 #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_tcpudp.h 16 #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
17 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
18 #define XT_TCP_INV_FLAGS 0x04 /* Invert the sense of TCP flags. */
19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
31 #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_tcpudp.h 16 #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
17 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
18 #define XT_TCP_INV_FLAGS 0x04 /* Invert the sense of TCP flags. */
19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
31 #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */
32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
  /external/iptables/extensions/
libxt_mark.c 8 uint8_t invert; member in struct:xt_mark_info
33 if (cb->invert)
34 info->invert = true;
44 if (cb->invert)
45 markinfo->invert = 1;
64 if (info->invert)
76 if (info->invert)
86 if (info->invert)
98 if (info->invert)
libxt_physdev.c 48 if (cb->invert)
49 info->invert |= XT_PHYSDEV_OP_IN;
55 if (cb->invert)
56 info->invert |= XT_PHYSDEV_OP_OUT;
61 if (cb->invert)
62 info->invert |= XT_PHYSDEV_OP_ISIN;
66 if (cb->invert)
67 info->invert |= XT_PHYSDEV_OP_ISOUT;
70 if (cb->invert)
71 info->invert |= XT_PHYSDEV_OP_BRIDGED
    [all...]
libipt_ecn.c 47 if (cb->invert)
48 einfo->invert |= IPT_ECN_OP_MATCH_CWR;
52 if (cb->invert)
53 einfo->invert |= IPT_ECN_OP_MATCH_ECE;
56 if (cb->invert)
57 einfo->invert |= IPT_ECN_OP_MATCH_IP;
81 (einfo->invert & IPT_ECN_OP_MATCH_ECE) ? "!" : "");
86 (einfo->invert & IPT_ECN_OP_MATCH_CWR) ? "!" : "");
91 (einfo->invert & IPT_ECN_OP_MATCH_IP) ? "!" : "",
102 if (einfo->invert & IPT_ECN_OP_MATCH_ECE
    [all...]
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_rt.h 27 #define IP6T_RT_INV_TYP 0x01 /* Invert the sense of type. */
28 #define IP6T_RT_INV_SGS 0x02 /* Invert the sense of Segments. */
29 #define IP6T_RT_INV_LEN 0x04 /* Invert the sense of length. */
ip6t_frag.h 19 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
20 #define IP6T_FRAG_INV_LEN 0x02 /* Invert the sense of length. */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_rt.h 28 #define IP6T_RT_INV_TYP 0x01 /* Invert the sense of type. */
29 #define IP6T_RT_INV_SGS 0x02 /* Invert the sense of Segments. */
30 #define IP6T_RT_INV_LEN 0x04 /* Invert the sense of length. */
ip6t_frag.h 20 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
21 #define IP6T_FRAG_INV_LEN 0x02 /* Invert the sense of length. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_rt.h 28 #define IP6T_RT_INV_TYP 0x01 /* Invert the sense of type. */
29 #define IP6T_RT_INV_SGS 0x02 /* Invert the sense of Segments. */
30 #define IP6T_RT_INV_LEN 0x04 /* Invert the sense of length. */
ip6t_frag.h 20 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
21 #define IP6T_FRAG_INV_LEN 0x02 /* Invert the sense of length. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_rt.h 28 #define IP6T_RT_INV_TYP 0x01 /* Invert the sense of type. */
29 #define IP6T_RT_INV_SGS 0x02 /* Invert the sense of Segments. */
30 #define IP6T_RT_INV_LEN 0x04 /* Invert the sense of length. */
ip6t_frag.h 20 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
21 #define IP6T_FRAG_INV_LEN 0x02 /* Invert the sense of length. */
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_helper.h 16 int invert; member in struct:xt_helper_info
xt_length.h 17 u_int8_t invert; member in struct:xt_length_info
xt_mac.h 17 int invert; member in struct:xt_mac_info
xt_pkttype.h 17 int invert; member in struct:xt_pkttype_info

Completed in 153 milliseconds

1 2 34 5 6 7 8 91011>>