Searched refs:find_target (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dip6tables.h133 extern struct ip6tables_target *find_target(const char *name, enum ip6t_tryload);
H A Diptables.h168 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Dip6tables.h169 extern struct ip6tables_target *find_target(const char *name, enum ip6t_tryload);
H A Diptables.h183 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-save.c192 = find_target(t->u.user.name, TRY_LOAD);
H A Diptables-save.c197 = find_target(t->u.user.name, TRY_LOAD);
H A Dip6tables.c1025 find_target(const char *name, enum ip6t_tryload tryload) function
1050 ptr = find_target(name, DONT_LOAD);
1212 if (find_target(me->name, DURING_LOAD)) {
1341 target = find_target(targname, TRY_LOAD);
1343 target = find_target(IP6T_STANDARD_TARGET, LOAD_MUST_SUCCEED);
1979 if (find_target(optarg, TRY_LOAD))
2081 target = find_target(jumpto, TRY_LOAD);
2405 target = find_target(IP6T_STANDARD_TARGET,
2422 find_target(jumpto, LOAD_MUST_SUCCEED);
H A Diptables.c1053 find_target(const char *name, enum ipt_tryload tryload) function
1078 ptr = find_target(name, DONT_LOAD);
1254 old = find_target(me->name, DURING_LOAD);
1402 target = find_target(targname, TRY_LOAD);
1404 target = find_target(IPT_STANDARD_TARGET, LOAD_MUST_SUCCEED);
2058 if (find_target(optarg, TRY_LOAD))
2162 target = find_target(jumpto, TRY_LOAD);
2493 target = find_target(IPT_STANDARD_TARGET,
2518 find_target(jumpto, LOAD_MUST_SUCCEED);

Completed in 165 milliseconds