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

  /external/iptables/
ip6tables-restore.c 37 { "modprobe", 1, 0, 'M'},
52 " [ --modprobe=<command>]\n", name);
57 ip6tc_handle_t create_handle(const char *tablename, const char* modprobe)
65 ip6tables_insmod("ip6_tables", modprobe);
112 const char *modprobe = 0; local
149 modprobe = optarg;
206 handle = create_handle(table, modprobe);
iptables-restore.c 34 { "modprobe", 1, 0, 'M'},
49 " [ --modprobe=<command>]\n", name);
54 iptc_handle_t create_handle(const char *tablename, const char* modprobe )
62 iptables_insmod("ip_tables", modprobe);
115 const char *modprobe = 0; local
152 modprobe = optarg;
209 handle = create_handle(table, modprobe);
ip6tables.c 54 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
135 { "modprobe", 1, 0, 'M' },
196 const char *modprobe = NULL; variable
385 " --modprobe=<command> try to insert modules using this command\n"
1124 load_ip6tables_ko(modprobe);
    [all...]
iptables.c 53 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
136 { "modprobe", 1, 0, 'M' },
201 const char *modprobe = NULL; variable
476 " --modprobe=<command> try to insert modules using this command\n"
1153 load_iptables_ko(modprobe);
    [all...]

Completed in 174 milliseconds