OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_rule_match
(Results
1 - 7
of
7
) sorted by null
/external/iproute2/include/
xt-internal.h
36
struct
xtables_rule_match
{
struct
37
struct
xtables_rule_match
*next;
61
struct
xtables_rule_match
**match);
/external/iptables/iptables/
xshared.h
27
struct
xtables_rule_match
;
58
struct
xtables_rule_match
*matches;
78
const struct
xtables_rule_match
*);
xshared.c
18
const struct
xtables_rule_match
*m)
60
int nolookup, struct
xtables_rule_match
**matches)
110
struct
xtables_rule_match
*matchp;
ip6tables.c
207
exit_printhelp(const struct
xtables_rule_match
*matches)
759
make_delete_mask(const struct
xtables_rule_match
*matches,
764
const struct
xtables_rule_match
*matchp;
803
struct
xtables_rule_match
*matches,
833
struct
xtables_rule_match
*matches,
[
all
...]
iptables.c
220
exit_printhelp(const struct
xtables_rule_match
*matches)
764
make_delete_mask(const struct
xtables_rule_match
*matches,
769
const struct
xtables_rule_match
*matchp;
808
struct
xtables_rule_match
*matches,
838
struct
xtables_rule_match
*matches,
[
all
...]
xtables.c
588
struct
xtables_rule_match
**matches)
662
struct
xtables_rule_match
**i;
663
struct
xtables_rule_match
*newentry;
665
newentry = xtables_malloc(sizeof(struct
xtables_rule_match
));
[
all
...]
/external/iptables/include/
xtables.h
329
struct
xtables_rule_match
{
struct
330
struct
xtables_rule_match
*next;
401
enum xtables_tryload, struct
xtables_rule_match
**match);
Completed in 192 milliseconds