Searched defs:invflags (Results 1 - 25 of 32) sorted by relevance

12

/external/iptables/include/linux/netfilter/
H A Dxt_esp.h8 __u8 invflags; /* Inverse flags */ member in struct:xt_esp
11 /* Values for "invflags" field in struct xt_esp. */
H A Dxt_dccp.h18 __u16 invflags; member in struct:xt_dccp_info
H A Dxt_tcpudp.h13 __u8 invflags; /* Inverse flags */ member in struct:xt_tcp
27 __u8 invflags; /* Inverse flags */ member in struct:xt_udp
30 /* Values for "invflags" field in struct ipt_udp. */
H A Dxt_sctp.h35 __u32 invflags; member in struct:xt_sctp_info
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_ah.h6 u_int8_t invflags; /* Inverse flags */ member in struct:ipt_ah
11 /* Values for "invflags" field in struct ipt_ah. */
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_mh.h7 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_mh
10 /* Values for "invflags" field in struct ip6t_mh. */
H A Dip6t_ah.h8 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_ah
15 /* Values for "invflags" field in struct ip6t_ah. */
H A Dip6t_frag.h8 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_frag
18 /* Values for "invflags" field in struct ip6t_frag. */
H A Dip6t_ipv6header.h13 u_int8_t invflags; member in struct:ip6t_ipv6header_info
H A Dip6t_opts.h9 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_opts
18 /* Values for "invflags" field in struct ip6t_rt. */
H A Dip6t_rt.h13 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_rt
26 /* Values for "invflags" field in struct ip6t_rt. */
/external/kernel-headers/original/linux/netfilter/
H A Dxt_esp.h7 u_int8_t invflags; /* Inverse flags */ member in struct:xt_esp
10 /* Values for "invflags" field in struct xt_esp. */
H A Dxt_dccp.h16 u_int16_t invflags; member in struct:xt_dccp_info
H A Dxt_tcpudp.h12 u_int8_t invflags; /* Inverse flags */ member in struct:xt_tcp
27 u_int8_t invflags; /* Inverse flags */ member in struct:xt_udp
30 /* Values for "invflags" field in struct ipt_udp. */
H A Dxt_conntrack.h18 /* flags, invflags: */
61 u_int8_t invflags; member in struct:xt_conntrack_info
H A Dxt_sctp.h36 u_int32_t invflags; member in struct:xt_sctp_info
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_ah.h7 u_int8_t invflags; /* Inverse flags */ member in struct:ipt_ah
12 /* Values for "invflags" field in struct ipt_ah. */
H A Dipt_sctp.h34 u_int32_t invflags; member in struct:ipt_sctp_info
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6t_ah.h9 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_ah
16 /* Values for "invflags" field in struct ip6t_ah. */
H A Dip6t_frag.h9 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_frag
19 /* Values for "invflags" field in struct ip6t_frag. */
H A Dip6t_ipv6header.h14 u_int8_t invflags; member in struct:ip6t_ipv6header_info
H A Dip6t_opts.h10 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_opts
19 /* Values for "invflags" field in struct ip6t_rt. */
H A Dip6t_rt.h14 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_rt
27 /* Values for "invflags" field in struct ip6t_rt. */
/external/iproute2/include/linux/netfilter/
H A Dxt_tcpudp.h13 __u8 invflags; /* Inverse flags */ member in struct:xt_tcp
27 __u8 invflags; /* Inverse flags */ member in struct:xt_udp
30 /* Values for "invflags" field in struct ipt_udp. */
/external/iptables/extensions/
H A Dlibxt_multiport.c145 check_proto(uint16_t pnum, uint8_t invflags) argument
149 if (invflags & XT_INV_PROTO)
165 uint8_t invflags)
173 proto = check_proto(pnum, invflags);
179 proto = check_proto(pnum, invflags);
185 proto = check_proto(pnum, invflags);
200 entry->ip.proto, entry->ip.invflags);
207 entry->ipv6.proto, entry->ipv6.invflags);
211 uint8_t invflags)
219 proto = check_proto(pnum, invflags);
164 __multiport_parse(struct xt_option_call *cb, uint16_t pnum, uint8_t invflags) argument
210 __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum, uint8_t invflags) argument
[all...]

Completed in 520 milliseconds

12