Searched refs:iptables_target (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Diptables.h88 struct iptables_target struct
90 struct iptables_target *next;
145 extern void register_target(struct iptables_target *me);
160 extern struct iptables_target *iptables_targets;
168 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Diptables.h98 struct iptables_target struct
100 struct iptables_target *next;
155 extern void register_target(struct iptables_target *me);
174 extern struct iptables_target *iptables_targets;
183 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_MIRROR.c44 static struct iptables_target mirror = {
H A Dlibipt_NOTRACK.c45 struct iptables_target notrack
H A Dlibipt_standard.c51 struct iptables_target standard = {
H A Dlibipt_NFQUEUE.c96 static struct iptables_target nfqueue = {
H A Dlibipt_MARK.c206 struct iptables_target mark_v0 = {
223 struct iptables_target mark_v1 = {
H A Dlibipt_CLASSIFY.c111 static struct iptables_target classify = {
H A Dlibipt_CONNSECMARK.c108 static struct iptables_target connsecmark = {
H A Dlibipt_DSCP.c146 static struct iptables_target dscp = {
H A Dlibipt_SECMARK.c106 static struct iptables_target secmark = {
H A Dlibipt_TCPMSS.c116 static struct iptables_target mss = {
H A Dlibipt_TTL.c148 static struct iptables_target TTL = {
H A Dlibipt_CONNMARK.c207 static struct iptables_target connmark_target = {
H A Dlibipt_REJECT.c167 static struct iptables_target reject = {
H A Dlibipt_SET.c161 struct iptables_target ipt_set_target
H A Dlibipt_TOS.c156 static struct iptables_target tos = {
H A Dlibipt_ECN.c161 struct iptables_target ecn = {
H A Dlibipt_MASQUERADE.c163 static struct iptables_target masq = { NULL,
H A Dlibipt_NETMAP.c180 static struct iptables_target target_module = {
H A Dlibipt_NFLOG.c144 static struct iptables_target nflog = {
H A Dlibipt_REDIRECT.c171 static struct iptables_target redir = {
H A Dlibipt_SAME.c218 static struct iptables_target same = {
H A Dlibipt_ULOG.c219 static struct iptables_target ulog = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dm_ipt.c71 static struct iptables_target *t_list = NULL;
78 register_target(struct iptables_target *me)
217 static struct iptables_target *
220 struct iptables_target *m;
229 static struct iptables_target *
235 struct iptables_target *m;
282 m = (struct iptables_target *) dlsym(handle, lname);
348 build_st(struct iptables_target *target, struct ipt_entry_target *t)
378 struct iptables_target *m = NULL;
545 struct iptables_target *
[all...]

Completed in 533 milliseconds

12