OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connsecmark
(Results
1 - 2
of
2
) sorted by null
/external/iptables/extensions/
libip6t_CONNSECMARK.c
2
* Shared library add-on to ip6tables to add
CONNSECMARK
target support.
15
#define PFX "
CONNSECMARK
target: "
20
"
CONNSECMARK
target v%s options:\n"
95
printf("
CONNSECMARK
");
108
static struct ip6tables_target
connsecmark
= {
variable in typeref:struct:ip6tables_target
109
.name = "
CONNSECMARK
",
123
register_target6(&
connsecmark
);
libipt_CONNSECMARK.c
2
* Shared library add-on to iptables to add
CONNSECMARK
target support.
15
#define PFX "
CONNSECMARK
target: "
20
"
CONNSECMARK
target v%s options:\n"
95
printf("
CONNSECMARK
");
108
static struct iptables_target
connsecmark
= {
variable in typeref:struct:iptables_target
110
.name = "
CONNSECMARK
",
125
register_target(&
connsecmark
);
Completed in 29 milliseconds