Searched refs:xtables_targets (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/include/
H A Dxt-internal.h58 extern struct xtables_target *xtables_targets;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/include/
H A Dxt-internal.h58 extern struct xtables_target *xtables_targets;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/include/
H A Dxt-internal.h58 extern struct xtables_target *xtables_targets;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Dxtables.c184 struct xtables_target *xtables_targets; variable in typeref:struct:xtables_target
715 for (ptr = xtables_targets; ptr; ptr = ptr->next) {
993 for (i = &xtables_targets; *i!=old; i = &(*i)->next);
1005 me->next = xtables_targets;
1006 xtables_targets = me;
H A Dip6tables.c282 print_extension_helps(xtables_targets, matches);
1364 for (t = xtables_targets; t; t = t->next) {
H A Diptables.c295 print_extension_helps(xtables_targets, matches);
1394 for (t = xtables_targets; t; t = t->next) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Dxtables.c184 struct xtables_target *xtables_targets; variable in typeref:struct:xtables_target
715 for (ptr = xtables_targets; ptr; ptr = ptr->next) {
993 for (i = &xtables_targets; *i!=old; i = &(*i)->next);
1005 me->next = xtables_targets;
1006 xtables_targets = me;
H A Dip6tables.c282 print_extension_helps(xtables_targets, matches);
1364 for (t = xtables_targets; t; t = t->next) {
H A Diptables.c295 print_extension_helps(xtables_targets, matches);
1394 for (t = xtables_targets; t; t = t->next) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Dxtables.c184 struct xtables_target *xtables_targets; variable in typeref:struct:xtables_target
715 for (ptr = xtables_targets; ptr; ptr = ptr->next) {
993 for (i = &xtables_targets; *i!=old; i = &(*i)->next);
1005 me->next = xtables_targets;
1006 xtables_targets = me;
H A Dip6tables.c282 print_extension_helps(xtables_targets, matches);
1364 for (t = xtables_targets; t; t = t->next) {
H A Diptables.c295 print_extension_helps(xtables_targets, matches);
1394 for (t = xtables_targets; t; t = t->next) {

Completed in 276 milliseconds