HomeSort by relevance Sort by last modified time
    Searched refs:xtables_insmod (Results 1 - 4 of 4) sorted by null

  /external/iproute2/include/
xt-internal.h 50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
xtables.h 423 extern int xtables_insmod(const char *, const char *, bool);
  /external/iptables/include/
xtables.h 456 extern int xtables_insmod(const char *, const char *, bool);
  /external/iptables/libxtables/
xtables.c 356 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) function
431 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);
    [all...]

Completed in 45 milliseconds