Searched refs:IPT_UDP_INV_DSTPT (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_udp.c97 udpinfo->invflags |= IPT_UDP_INV_DSTPT;
169 udp->invflags & IPT_UDP_INV_DSTPT,
197 if (udpinfo->invflags & IPT_UDP_INV_DSTPT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h127 #define IPT_UDP_INV_DSTPT XT_UDP_INV_DSTPT macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h191 #define IPT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h134 #define IPT_UDP_INV_DSTPT XT_UDP_INV_DSTPT macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c261 fw->match.flags |= (udp->invflags & IPT_UDP_INV_DSTPT) ? NETCONF_INV_DSTPT : 0;
514 lxor(udp->invflags & IPT_UDP_INV_DSTPT, fw->match.flags & NETCONF_INV_DSTPT))
902 udp->invflags |= (fw->match.flags & NETCONF_INV_DSTPT) ? IPT_UDP_INV_DSTPT : 0;

Completed in 54 milliseconds