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

/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables.c1651 const char *jumpto = ""; local
1856 jumpto = parse_target(optarg);
1858 target = find_target(jumpto, TRY_LOAD);
1868 strcpy(target->t->u.user.name, jumpto);
2171 if (target && iptc_is_chain(jumpto, *handle)) {
2173 jumpto);
2181 && (strlen(jumpto) == 0
2182 || iptc_is_chain(jumpto, *handle))) {
2192 strcpy(target->t->u.user.name, jumpto);
2201 find_target(jumpto, LOAD_MUST_SUCCEE
[all...]
H A Dip6tables.c1652 const char *jumpto = ""; local
1861 jumpto = parse_target(optarg);
1863 target = find_target(jumpto, TRY_LOAD);
1873 strcpy(target->t->u.user.name, jumpto);
2170 if (target && ip6tc_is_chain(jumpto, *handle)) {
2172 jumpto);
2180 && (strlen(jumpto) == 0
2181 || ip6tc_is_chain(jumpto, *handle))) {
2191 strcpy(target->t->u.user.name, jumpto);
2200 find_target(jumpto, LOAD_MUST_SUCCEE
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibiptc.c535 STRUCT_ENTRY *jumpto; local
561 jumpto = get_entry(handle, spos);
564 if (jumpto == (void *)e + e->next_offset)
568 labelidx = entry2index(handle, jumpto) - 1;
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dhndmips.c231 void (*jumpto)(void) = addr;
233 (jumpto)();

Completed in 67 milliseconds