Searched refs:IPRANGE_SRC (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.h7 IPRANGE_SRC = 1 << 0, /* match source 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.h4 #define IPRANGE_SRC 0x01 /* Match source 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.h4 #define IPRANGE_SRC 0x01 /* Match source IP address */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_iprange.c67 if (*flags & IPRANGE_SRC)
70 *flags |= IPRANGE_SRC;
72 info->flags |= IPRANGE_SRC;
131 if (info->flags & IPRANGE_SRC) {
151 if (info->flags & IPRANGE_SRC) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_iprange.c104 info->flags |= IPRANGE_SRC;
131 info->flags |= IPRANGE_SRC;
179 if (info->flags & IPRANGE_SRC) {
199 if (info->flags & IPRANGE_SRC) {
225 if (info->flags & IPRANGE_SRC) {
249 if (info->flags & IPRANGE_SRC) {
267 if (info->flags & IPRANGE_SRC) {
285 if (info->flags & IPRANGE_SRC) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_iprange.c33 if (info->flags & IPRANGE_SRC) {

Completed in 61 milliseconds