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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_udp.c86 udpinfo->invflags |= IPT_UDP_INV_SRCPT;
166 udp->invflags & IPT_UDP_INV_SRCPT,
183 if (udpinfo->invflags & IPT_UDP_INV_SRCPT)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h126 #define IPT_UDP_INV_SRCPT XT_UDP_INV_SRCPT macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h190 #define IPT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h133 #define IPT_UDP_INV_SRCPT XT_UDP_INV_SRCPT macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/netconf/
H A Dnetconf_linux.c260 fw->match.flags |= (udp->invflags & IPT_UDP_INV_SRCPT) ? NETCONF_INV_SRCPT : 0;
513 if (lxor(udp->invflags & IPT_UDP_INV_SRCPT, fw->match.flags & NETCONF_INV_SRCPT) ||
896 udp->invflags |= (fw->match.flags & NETCONF_INV_SRCPT) ? IPT_UDP_INV_SRCPT : 0;

Completed in 103 milliseconds