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

/external/iptables/include/linux/netfilter/
H A Dxt_iprange.h8 IPRANGE_DST = 1 << 1, /* match destination IP address */ enumerator in enum:__anon6474
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_iprange.h5 #define IPRANGE_DST 0x02 /* Match destination IP address */ macro
/external/iptables/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) {

Completed in 99 milliseconds