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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.h62 const char *jumpto; member in struct:iptables_command_state
H A Diptables.c1304 cs->jumpto = parse_target(optarg);
1306 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD);
1316 strcpy(cs->target->t->u.user.name, cs->jumpto);
1382 cs.jumpto = "";
1602 cs.jumpto = parse_target(optarg);
1750 (cs.jumpto != NULL && strcmp(cs.jumpto, "DROP") == 0)))
1840 if (cs.target && iptc_is_chain(cs.jumpto, *handle)) {
1843 cs.jumpto);
1854 && (strlen(cs.jumpto)
[all...]
H A Dip6tables.c1278 cs->jumpto = parse_target(optarg);
1280 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD);
1289 strcpy(cs->target->t->u.user.name, cs->jumpto);
1352 cs.jumpto = "";
1580 cs.jumpto = parse_target(optarg);
1809 if (cs.target && ip6tc_is_chain(cs.jumpto, *handle)) {
1812 cs.jumpto);
1823 && (strlen(cs.jumpto) == 0
1824 || ip6tc_is_chain(cs.jumpto, *handle))) {
1834 strcpy(cs.target->t->u.user.name, cs.jumpto);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dxshared.h62 const char *jumpto; member in struct:iptables_command_state
H A Diptables.c1278 cs->jumpto = parse_target(optarg);
1280 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD);
1290 strcpy(cs->target->t->u.user.name, cs->jumpto);
1356 cs.jumpto = "";
1576 cs.jumpto = parse_target(optarg);
1724 (cs.jumpto != NULL && strcmp(cs.jumpto, "DROP") == 0)))
1814 if (cs.target && iptc_is_chain(cs.jumpto, *handle)) {
1817 cs.jumpto);
1828 && (strlen(cs.jumpto)
[all...]
H A Dip6tables.c1271 cs->jumpto = parse_target(optarg);
1273 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD);
1282 strcpy(cs->target->t->u.user.name, cs->jumpto);
1345 cs.jumpto = "";
1573 cs.jumpto = parse_target(optarg);
1802 if (cs.target && ip6tc_is_chain(cs.jumpto, *handle)) {
1805 cs.jumpto);
1816 && (strlen(cs.jumpto) == 0
1817 || ip6tc_is_chain(cs.jumpto, *handle))) {
1827 strcpy(cs.target->t->u.user.name, cs.jumpto);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndarm_ca9.c311 void (*jumpto)(void) = addr;
313 (jumpto)();
H A Dhndmips.c332 void (*jumpto)(void) = addr;
334 (jumpto)();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables.c1955 const char *jumpto = ""; local
2153 jumpto = parse_target(optarg);
2160 jumpto = parse_target(optarg);
2162 target = find_target(jumpto, TRY_LOAD);
2172 strcpy(target->t->u.user.name, jumpto);
2476 if (target && iptc_is_chain(jumpto, *handle)) {
2478 jumpto);
2489 && (strlen(jumpto) == 0
2490 || iptc_is_chain(jumpto, *handle))) {
2500 strcpy(target->t->u.user.name, jumpto);
[all...]
H A Dip6tables.c1876 const char *jumpto = ""; local
2079 jumpto = parse_target(optarg);
2081 target = find_target(jumpto, TRY_LOAD);
2091 strcpy(target->t->u.user.name, jumpto);
2388 if (target && ip6tc_is_chain(jumpto, *handle)) {
2390 jumpto);
2401 && (strlen(jumpto) == 0
2402 || ip6tc_is_chain(jumpto, *handle))) {
2412 strcpy(target->t->u.user.name, jumpto);
2422 find_target(jumpto, LOAD_MUST_SUCCEE
[all...]

Completed in 213 milliseconds