Searched refs:modprobe (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iptables/include/
H A Diptables_common.h17 extern int iptables_insmod(const char *modname, const char *modprobe);
H A Dip6tables.h131 extern int ip6tables_insmod(const char *modname, const char *modprobe);
/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables-restore.c33 { "modprobe", 1, 0, 'M'},
47 " [ --modprobe=<command>]\n", name);
52 iptc_handle_t create_handle(const char *tablename, const char* modprobe )
60 iptables_insmod("ip_tables", modprobe);
108 const char *modprobe = 0; local
136 modprobe = optarg;
181 handle = create_handle(table, modprobe);
H A Dip6tables-restore.c36 { "modprobe", 1, 0, 'M'},
50 " [ --modprobe=<command>]\n", name);
55 ip6tc_handle_t create_handle(const char *tablename, const char* modprobe) argument
63 ip6tables_insmod("ip6_tables", modprobe);
111 const char *modprobe = 0; local
139 modprobe = optarg;
184 handle = create_handle(table, modprobe);
H A Diptables.c55 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
139 { "modprobe", 1, 0, 'M' },
392 " --modprobe=<command> try to insert modules using this command\n"
1566 int iptables_insmod(const char *modname, const char *modprobe) argument
1572 if (!modprobe) {
1576 modprobe = buf;
1581 argv[0] = (char *)modprobe;
1653 const char *modprobe = NULL; local
1958 modprobe = optarg;
2138 iptables_insmod("ip_tables", modprobe);
[all...]
H A Dip6tables.c58 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
140 { "modprobe", 1, 0, 'M' },
340 " --modprobe=<command> try to insert modules using this command\n"
1567 int ip6tables_insmod(const char *modname, const char *modprobe) argument
1573 if (!modprobe) {
1577 modprobe = buf;
1582 argv[0] = (char *)modprobe;
1654 const char *modprobe = NULL; local
1956 modprobe = optarg;
2137 ip6tables_insmod("ip6_tables", modprobe);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/s390/
H A Dconfig3270.sh31 modprobe tub3270 > /dev/null 2>&1
/asus-wl-520gu-7.0.1.45/src/router/busybox/scripts/
H A Ddepmod.pl157 lists which can then be used by modprobe.
176 conjunction with the BusyBox modprobe applet.
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dadsl-connect.in112 modprobe n_hdlc > /dev/null 2>&1
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dapplets.h279 APPLET(modprobe, modprobe_main, _BB_DIR_SBIN)

Completed in 70 milliseconds