OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPRANGE_SRC_INV
(Results
1 - 4
of
4
) sorted by null
/external/iptables/include/linux/netfilter/
xt_iprange.h
9
IPRANGE_SRC_INV
= 1 << 4, /* negate the condition */
/bionic/libc/kernel/uapi/linux/netfilter/
xt_iprange.h
26
IPRANGE_SRC_INV
= 1 << 4,
/external/kernel-headers/original/uapi/linux/netfilter/
xt_iprange.h
11
IPRANGE_SRC_INV
= 1 << 4, /* negate the condition */
/external/iptables/extensions/
libxt_iprange.c
106
info->flags |=
IPRANGE_SRC_INV
;
135
info->flags |=
IPRANGE_SRC_INV
;
183
if (info->flags &
IPRANGE_SRC_INV
)
203
if (info->flags &
IPRANGE_SRC_INV
)
229
if (info->flags &
IPRANGE_SRC_INV
)
252
if (info->flags &
IPRANGE_SRC_INV
)
270
if (info->flags &
IPRANGE_SRC_INV
)
290
if (info->flags &
IPRANGE_SRC_INV
)
326
info->flags &
IPRANGE_SRC_INV
? " !=" : "");
348
info->flags &
IPRANGE_SRC_INV
? " !=" : ""
[
all
...]
Completed in 684 milliseconds