OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_init_all
(Results
1 - 10
of
10
) sorted by null
/external/iptables/iptables/
ip6tables-standalone.c
53
ret =
xtables_init_all
(&ip6tables_globals, NFPROTO_IPV6);
iptables-standalone.c
57
ret =
xtables_init_all
(&iptables_globals, NFPROTO_IPV4);
ip6tables-save.c
144
c =
xtables_init_all
(&ip6tables_globals, NFPROTO_IPV6);
iptables-save.c
144
c =
xtables_init_all
(&iptables_globals, NFPROTO_IPV4);
ip6tables-restore.c
132
c =
xtables_init_all
(&ip6tables_globals, NFPROTO_IPV6);
iptables-restore.c
135
c =
xtables_init_all
(&iptables_globals, NFPROTO_IPV4);
xtables.c
250
int
xtables_init_all
(struct xtables_globals *xtp, uint8_t nfproto)
function
[
all
...]
/external/iproute2/
configure
48
xtables_init_all
(&test_globals, NFPROTO_IPV4);
/external/iproute2/tc/
m_xt.c
130
xtables_init_all
(&tcipt_globals, NFPROTO_IPV4);
278
xtables_init_all
(&tcipt_globals, NFPROTO_IPV4);
/external/iptables/include/
xtables.h
399
extern int
xtables_init_all
(struct xtables_globals *xtp, uint8_t nfproto);
Completed in 792 milliseconds