Searched refs:IPT_PHYSDEV_OP_BRIDGED (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_physdev.h10 #define IPT_PHYSDEV_OP_BRIDGED XT_PHYSDEV_OP_BRIDGED macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_physdev.h10 #define IPT_PHYSDEV_OP_BRIDGED 0x04 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_physdev.c97 if (*flags & IPT_PHYSDEV_OP_BRIDGED)
101 info->invert |= IPT_PHYSDEV_OP_BRIDGED;
102 *flags |= IPT_PHYSDEV_OP_BRIDGED;
103 info->bitmask |= IPT_PHYSDEV_OP_BRIDGED;
145 if (info->bitmask & IPT_PHYSDEV_OP_BRIDGED)
147 info->invert & IPT_PHYSDEV_OP_BRIDGED ? " !":"");
169 if (info->bitmask & IPT_PHYSDEV_OP_BRIDGED)
171 info->invert & IPT_PHYSDEV_OP_BRIDGED ? " !":"");

Completed in 32 milliseconds