HomeSort by relevance Sort by last modified time
    Searched defs:IPS_DST_NAT (Results 1 - 6 of 6) sorted by null

  /external/iptables/include/linux/netfilter/
nf_conntrack_common.h 52 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT),
55 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
  /external/libnl/include/linux-private/linux/netfilter/
nf_conntrack_common.h 52 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT),
55 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_common.h 52 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT),
55 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_common.h 46 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT),
47 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_common.h 65 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT),
68 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
libnetfilter_conntrack.h 767 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT),
770 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),

Completed in 197 milliseconds