OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_insmod
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/
xt-internal.h
50
extern int
xtables_insmod
(const char *modname, const char *modprobe, int quiet);
/external/iptables/include/
xtables.h
391
extern int
xtables_insmod
(const char *, const char *, bool);
/external/iptables/iptables/
xtables.c
329
int
xtables_insmod
(const char *modname, const char *modprobe, bool quiet)
function
407
ret =
xtables_insmod
(afinfo->kmod, modprobe, quiet);
[
all
...]
Completed in 15 milliseconds