Searched refs:XT_UDP_INV_DSTPT (Results 1 - 9 of 9) sorted by relevance

/external/iproute2/include/linux/netfilter/
H A Dxt_tcpudp.h32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ macro
/external/iptables/include/linux/netfilter/
H A Dxt_tcpudp.h32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ macro
/external/kernel-headers/original/linux/netfilter/
H A Dxt_tcpudp.h32 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ macro
/external/iptables/extensions/
H A Dlibxt_udp.c58 udpinfo->invflags |= XT_UDP_INV_DSTPT;
115 udp->invflags & XT_UDP_INV_DSTPT,
142 if (udpinfo->invflags & XT_UDP_INV_DSTPT)
/external/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h127 #define IPT_UDP_INV_DSTPT XT_UDP_INV_DSTPT
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h127 #define IPT_UDP_INV_DSTPT XT_UDP_INV_DSTPT
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h184 #define IP6T_UDP_INV_DSTPT XT_UDP_INV_DSTPT
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6_tables.h144 #define IP6T_UDP_INV_DSTPT XT_UDP_INV_DSTPT
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h131 #define IPT_UDP_INV_DSTPT XT_UDP_INV_DSTPT

Completed in 614 milliseconds