OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPSET_MATCH_INV
(Results
1 - 2
of
2
) sorted by null
/external/iptables/include/linux/netfilter/
xt_set.h
68
#define
IPSET_MATCH_INV
0x04 /* Inverse matching */
/external/iptables/extensions/
libxt_set.c
70
info->u.flags[0] |=
IPSET_MATCH_INV
;
103
(info->u.flags[0] &
IPSET_MATCH_INV
) ? " !" : "",
Completed in 1398 milliseconds