HomeSort by relevance Sort by last modified time
    Searched refs:invflags (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_esp.h 24 __u8 invflags; member in struct:xt_esp
xt_ipcomp.h 24 __u8 invflags; member in struct:xt_ipcomp
xt_tcpudp.h 28 __u8 invflags; member in struct:xt_tcp
38 __u8 invflags; member in struct:xt_udp
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_ah.h 24 __u8 invflags; member in struct:ipt_ah
  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6t_mh.h 24 __u8 invflags; member in struct:ip6t_mh
ip6t_ipv6header.h 24 __u8 invflags; member in struct:ip6t_ipv6header_info
  /external/iptables/include/linux/netfilter/
xt_esp.h 8 __u8 invflags; /* Inverse flags */ member in struct:xt_esp
11 /* Values for "invflags" field in struct xt_esp. */
xt_ipcomp.h 8 __u8 invflags; /* Inverse flags */ member in struct:xt_ipcomp
12 /* Values for "invflags" field in struct xt_ipcomp. */
xt_tcpudp.h 13 __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/include/linux/netfilter_ipv4/
ipt_ah.h 8 __u8 invflags; /* Inverse flags */ member in struct:ipt_ah
13 /* Values for "invflags" field in struct ipt_ah. */
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_mh.h 9 __u8 invflags; /* Inverse flags */ member in struct:ip6t_mh
12 /* Values for "invflags" field in struct ip6t_mh. */
ip6t_ipv6header.h 15 __u8 invflags; member in struct:ip6t_ipv6header_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_esp.h 9 __u8 invflags; /* Inverse flags */ member in struct:xt_esp
12 /* Values for "invflags" field in struct xt_esp. */
xt_ipcomp.h 9 __u8 invflags; /* Inverse flags */ member in struct:xt_ipcomp
13 /* Values for "invflags" field in struct xt_ipcomp. */
xt_tcpudp.h 14 __u8 invflags; /* Inverse flags */ member in struct:xt_tcp
28 __u8 invflags; /* Inverse flags */ member in struct:xt_udp
31 /* Values for "invflags" field in struct ipt_udp. */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ah.h 9 __u8 invflags; /* Inverse flags */ member in struct:ipt_ah
14 /* Values for "invflags" field in struct ipt_ah. */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_mh.h 10 __u8 invflags; /* Inverse flags */ member in struct:ip6t_mh
13 /* Values for "invflags" field in struct ip6t_mh. */
ip6t_ipv6header.h 16 __u8 invflags; member in struct:ip6t_ipv6header_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_esp.h 8 __u8 invflags; /* Inverse flags */ member in struct:xt_esp
11 /* Values for "invflags" field in struct xt_esp. */
xt_tcpudp.h 13 __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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ah.h 8 __u8 invflags; /* Inverse flags */ member in struct:ipt_ah
13 /* Values for "invflags" field in struct ipt_ah. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_mh.h 9 __u8 invflags; /* Inverse flags */ member in struct:ip6t_mh
12 /* Values for "invflags" field in struct ip6t_mh. */
ip6t_ipv6header.h 15 __u8 invflags; member in struct:ip6t_ipv6header_info
  /external/iproute2/include/uapi/linux/netfilter/
xt_tcpudp.h 14 __u8 invflags; /* Inverse flags */ member in struct:xt_tcp
28 __u8 invflags; /* Inverse flags */ member in struct:xt_udp
31 /* Values for "invflags" field in struct ipt_udp. */
  /external/iptables/extensions/
libip6t_ah.c 49 ahinfo->invflags |= IP6T_AH_INV_SPI;
53 ahinfo->invflags |= IP6T_AH_INV_LEN;
91 ah->invflags & IP6T_AH_INV_SPI);
93 ah->invflags & IP6T_AH_INV_LEN);
98 if (ah->invflags & ~IP6T_AH_INV_MASK)
99 printf(" Unknown invflags: 0x%X",
100 ah->invflags & ~IP6T_AH_INV_MASK);
110 (ahinfo->invflags & IP6T_AH_INV_SPI) ? " !" : "");
121 if (ahinfo->hdrlen != 0 || (ahinfo->invflags & IP6T_AH_INV_LEN) ) {
123 (ahinfo->invflags & IP6T_AH_INV_LEN) ? " !" : ""
    [all...]

Completed in 1232 milliseconds

1 2 3 4 5