OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xtables_matches
(Results
1 - 6
of
6
) sorted by null
/external/iproute2/include/
xt-internal.h
57
extern struct xtables_match *
xtables_matches
;
/external/iptables/iptables/
xtables.c
176
struct xtables_match *
xtables_matches
;
variable in typeref:struct:xtables_match
618
for (ptr =
xtables_matches
; ptr; ptr = ptr->next) {
885
for (i = &
xtables_matches
; *i!=old; i = &(*i)->next);
897
for (i = &
xtables_matches
; *i; i = &(*i)->next);
[
all
...]
ip6tables.c
[
all
...]
iptables.c
[
all
...]
/external/iptables/include/
xtables.h
382
extern struct xtables_match *
xtables_matches
;
xtables.h.in
382
extern struct xtables_match *
xtables_matches
;
Completed in 247 milliseconds