HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 126 - 150 of 593) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_dscp_.h 21 u_int8_t invert; member in struct:ipt_dscp_info
ipt_tos_.h 17 u_int8_t invert; member in struct:ipt_tos_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_string.h 25 u_int8_t invert; member in struct:xt_string_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_dscp_.h 21 u_int8_t invert; member in struct:ipt_dscp_info
ipt_tos_.h 17 u_int8_t invert; member in struct:ipt_tos_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_string.h 25 u_int8_t invert; member in struct:xt_string_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_dscp_.h 21 u_int8_t invert; member in struct:ipt_dscp_info
ipt_tos_.h 17 u_int8_t invert; member in struct:ipt_tos_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /external/iptables/extensions/
libip6t_tcp.c 112 int invert)
117 if (invert)
149 parse(int c, char **argv, int invert, unsigned int *flags,
161 check_inverse(optarg, &invert, &optind, 0);
163 if (invert)
172 check_inverse(optarg, &invert, &optind, 0);
174 if (invert)
184 parse_tcp_flags(tcpinfo, "SYN,RST,ACK", "SYN", invert);
193 check_inverse(optarg, &invert, &optind, 0);
201 invert);
    [all...]
libipt_tcp.c 113 int invert)
118 if (invert)
150 parse(int c, char **argv, int invert, unsigned int *flags,
162 check_inverse(optarg, &invert, &optind, 0);
164 if (invert)
173 check_inverse(optarg, &invert, &optind, 0);
175 if (invert)
185 parse_tcp_flags(tcpinfo, "SYN,RST,ACK,FIN", "SYN", invert);
194 check_inverse(optarg, &invert, &optind, 0);
202 invert);
    [all...]
libip6t_policy.c 168 static int parse(int c, char **argv, int invert, unsigned int *flags,
179 check_inverse(optarg, &invert, &optind, 0);
186 if (invert)
188 "policy match: can't invert --dir option");
193 if (invert)
195 "policy match: can't invert --policy option");
204 if (invert)
206 "policy match: can't invert --strict option");
216 e->invert.reqid = invert;
    [all...]
libipt_dccp.c 136 parse(int c, char **argv, int invert, unsigned int *flags,
150 check_inverse(optarg, &invert, &optind, 0);
152 if (invert)
162 check_inverse(optarg, &invert, &optind, 0);
164 if (invert)
174 check_inverse(optarg, &invert, &optind, 0);
176 if (invert)
186 check_inverse(optarg, &invert, &optind, 0);
188 if (invert)
227 int invert, int numeric
    [all...]
libipt_recent.c 86 parse(int c, char **argv, int invert, unsigned int *flags,
97 check_inverse(optarg, &invert, &optind, 0);
99 if (invert) info->invert = 1;
107 check_inverse(optarg, &invert, &optind, 0);
109 if(invert) info->invert = 1;
117 check_inverse(optarg, &invert, &optind, 0);
119 if (invert) info->invert = 1
    [all...]
libip6t_ah.c 87 parse(int c, char **argv, int invert, unsigned int *flags,
99 check_inverse(optarg, &invert, &optind, 0);
101 if (invert)
109 check_inverse(optarg, &invert, &optind, 0);
111 if (invert)
137 int invert)
139 const char *inv = invert ? "!" : "";
141 if (min != 0 || max != 0xFFFFFFFF || invert) {
150 print_len(const char *name, u_int32_t len, int invert)
152 const char *inv = invert ? "!" : ""
    [all...]
libip6t_2connmark.c 58 parse(int c, char **argv, int invert, unsigned int *flags,
68 check_inverse(optarg, &invert, &optind, 0);
78 if (invert)
79 markinfo->invert = 1;
116 if (info->invert)
127 if (info->invert)
libip6t_2mark.c 31 parse(int c, char **argv, int invert, unsigned int *flags,
41 check_inverse(optarg, &invert, &optind, 0);
57 if (invert)
58 markinfo->invert = 1;
107 if (info->invert)
119 if (info->invert)
libip6t_mac.c 58 parse(int c, char **argv, int invert, unsigned int *flags,
67 check_inverse(optarg, &invert, &optind, 0);
69 if (invert)
70 macinfo->invert = 1;
107 if (((struct ip6t_mac_info *)match->data)->invert)
116 if (((struct ip6t_mac_info *)match->data)->invert)
libipt_2connmark.c 58 parse(int c, char **argv, int invert, unsigned int *flags,
68 check_inverse(optarg, &invert, &optind, 0);
78 if (invert)
79 markinfo->invert = 1;
116 if (info->invert)
127 if (info->invert)
libipt_2mark.c 31 parse(int c, char **argv, int invert, unsigned int *flags,
41 check_inverse(optarg, &invert, &optind, 0);
57 if (invert)
58 markinfo->invert = 1;
107 if (info->invert)
119 if (info->invert)
libipt_2tos.c 78 parse(int c, char **argv, int invert, unsigned int *flags,
92 check_inverse(optarg, &invert, &optind, 0);
94 if (invert)
95 tosinfo->invert = 1;
138 if (info->invert)
149 if (info->invert)
libipt_mac.c 58 parse(int c, char **argv, int invert, unsigned int *flags,
67 check_inverse(optarg, &invert, &optind, 0);
69 if (invert)
70 macinfo->invert = 1;
107 if (((struct ipt_mac_info *)match->data)->invert)
116 if (((struct ipt_mac_info *)match->data)->invert)
  /external/kernel-headers/original/linux/netfilter_arp/
arp_tables.h 77 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */
78 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */
79 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */
80 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */
81 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
82 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */
83 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
84 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
85 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
86 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. *
    [all...]

Completed in 275 milliseconds

1 2 3 4 56 7 8 91011>>