OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xtables_targets
(Results
1 - 6
of
6
) sorted by null
/external/iproute2/include/
xt-internal.h
58
extern struct xtables_target *
xtables_targets
;
/external/iptables/iptables/
xtables.c
177
struct xtables_target *
xtables_targets
;
variable in typeref:struct:xtables_target
706
for (ptr =
xtables_targets
; ptr; ptr = ptr->next) {
984
for (i = &
xtables_targets
; *i!=old; i = &(*i)->next);
996
me->next =
xtables_targets
;
997
xtables_targets
= me;
[
all
...]
ip6tables.c
282
print_extension_helps(
xtables_targets
, matches);
[
all
...]
iptables.c
295
print_extension_helps(
xtables_targets
, matches);
[
all
...]
/external/iptables/include/
xtables.h
383
extern struct xtables_target *
xtables_targets
;
xtables.h.in
383
extern struct xtables_target *
xtables_targets
;
Completed in 39 milliseconds