Searched refs:invflags (Results 1 - 25 of 119) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/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_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_dccp.h18 __u16 invflags; member in struct:xt_dccp_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/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. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/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_ipv6header.h13 u_int8_t invflags; member in struct:ip6t_ipv6header_info
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_opts.h9 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_opts
18 /* Values for "invflags" field in struct ip6t_rt. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/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_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_dccp.h16 u_int16_t invflags; member in struct:xt_dccp_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/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. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6t_mh.h8 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_mh
11 /* Values for "invflags" field in struct ip6t_mh. */
H A Dip6t_ipv6header.h14 u_int8_t invflags; member in struct:ip6t_ipv6header_info
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_opts.h10 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_opts
19 /* Values for "invflags" field in struct ip6t_rt. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/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_esp.h7 u_int8_t invflags; /* Inverse flags */ member in struct:ipt_esp
12 /* Values for "invflags" field in struct ipt_esp. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv6/
H A Dip6t_esp.h7 u_int8_t invflags; /* Inverse flags */ member in struct:ip6t_esp
19 /* Values for "invflags" field in struct ip6t_esp. */
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. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_ah.c41 ahinfo->invflags |= IP6T_AH_INV_SPI;
45 ahinfo->invflags |= IP6T_AH_INV_LEN;
83 ah->invflags & IP6T_AH_INV_SPI);
85 ah->invflags & IP6T_AH_INV_LEN);
90 if (ah->invflags & ~IP6T_AH_INV_MASK)
91 printf(" Unknown invflags: 0x%X",
92 ah->invflags & ~IP6T_AH_INV_MASK);
102 (ahinfo->invflags & IP6T_AH_INV_SPI) ? " !" : "");
113 if (ahinfo->hdrlen != 0 || (ahinfo->invflags & IP6T_AH_INV_LEN) ) {
115 (ahinfo->invflags
[all...]
H A Dlibipt_ah.c32 ahinfo->invflags |= IPT_AH_INV_SPI;
62 ah->invflags & IPT_AH_INV_SPI);
63 if (ah->invflags & ~IPT_AH_INV_MASK)
64 printf(" Unknown invflags: 0x%X",
65 ah->invflags & ~IPT_AH_INV_MASK);
75 (ahinfo->invflags & IPT_AH_INV_SPI) ? " !" : "");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_vlan.h16 uint8_t invflags; /* Inverse bitmask bit 1=1 - inversed ID arg, member in struct:ebt_vlan_info

Completed in 71 milliseconds

12345