Searched refs:IPT_TCP_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_tcp.c164 tcpinfo->invflags |= IPT_TCP_INV_SRCPT;
327 tcp->invflags & IPT_TCP_INV_SRCPT,
350 if (tcpinfo->invflags & IPT_TCP_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.h120 #define IPT_TCP_INV_SRCPT XT_TCP_INV_SRCPT macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h175 #define IPT_TCP_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.h127 #define IPT_TCP_INV_SRCPT XT_TCP_INV_SRCPT macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/netconf/
H A Dnetconf_linux.c236 fw->match.flags |= (tcp->invflags & IPT_TCP_INV_SRCPT) ? NETCONF_INV_SRCPT : 0;
488 if (lxor(tcp->invflags & IPT_TCP_INV_SRCPT, fw->match.flags & NETCONF_INV_SRCPT) ||
872 tcp->invflags |= (fw->match.flags & NETCONF_INV_SRCPT) ? IPT_TCP_INV_SRCPT : 0;

Completed in 168 milliseconds