Searched refs:IPRANGE_DST (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_iprange.h8 IPRANGE_DST = 1 << 1, /* match destination IP address */ enumerator in enum:__anon412
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_iprange.h5 #define IPRANGE_DST 0x02 /* Match destination IP address */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_iprange.h5 #define IPRANGE_DST 0x02 /* Match destination IP address */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_iprange.c82 if (*flags & IPRANGE_DST)
85 *flags |= IPRANGE_DST;
87 info->flags |= IPRANGE_DST;
137 if (info->flags & IPRANGE_DST) {
156 if (info->flags & IPRANGE_DST)
159 if (info->flags & IPRANGE_DST) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_iprange.c112 info->flags |= IPRANGE_DST;
138 info->flags |= IPRANGE_DST;
185 if (info->flags & IPRANGE_DST) {
210 if (info->flags & IPRANGE_DST) {
236 if (info->flags & IPRANGE_DST) {
255 if (info->flags & IPRANGE_DST) {
273 if (info->flags & IPRANGE_DST) {
291 if (info->flags & IPRANGE_DST) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_iprange.c46 if (info->flags & IPRANGE_DST) {

Completed in 57 milliseconds