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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_physdev.h10 #define IPT_PHYSDEV_OP_BRIDGED 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/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 38 milliseconds