Searched refs:target (Results 26 - 50 of 1228) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_CLASSIFY.c25 MODULE_DESCRIPTION("iptables qdisc classification target module");
29 target(struct sk_buff **pskb, argument
33 const struct xt_target *target,
46 .target = target,
57 .target = target,
H A Dxt_DSCP.c28 static unsigned int target(struct sk_buff **pskb, argument
32 const struct xt_target *target,
53 const struct xt_target *target,
71 const struct xt_target *target,
89 .target = target,
98 .target = target6,
49 target6(struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, unsigned int hooknum, const struct xt_target *target, const void *targinfo) argument
69 checkentry(const char *tablename, const void *e_void, const struct xt_target *target, void *targinfo, unsigned int hook_mask) argument
H A Dxt_NFLOG.c17 MODULE_DESCRIPTION("x_tables NFLOG target");
25 unsigned int hooknum, const struct xt_target *target,
36 nf_log_packet(target->family, hooknum, *pskb, in, out, &li,
43 const struct xt_target *target, void *targetinfo,
60 .target = nflog_target,
68 .target = nflog_target,
23 nflog_target(struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, unsigned int hooknum, const struct xt_target *target, const void *targinfo) argument
42 nflog_checkentry(const char *tablename, const void *entry, const struct xt_target *target, void *targetinfo, unsigned int hookmask) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_NFQUEUE.c24 "NFQUEUE target options\n"
51 struct ip6t_entry_target **target)
54 = (struct ipt_NFQ_info *)(*target)->data;
59 exit_error(PARAMETER_PROBLEM, "NFQUEUE target: "
78 const struct ip6t_entry_target *target,
82 (const struct ipt_NFQ_info *)target->data;
88 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) argument
91 (const struct ipt_NFQ_info *)target->data;
49 parse(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, struct ip6t_entry_target **target) argument
77 print(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target, int numeric) argument
H A Dlibipt_NFQUEUE.c24 "NFQUEUE target options\n"
51 struct ipt_entry_target **target)
54 = (struct ipt_NFQ_info *)(*target)->data;
59 exit_error(PARAMETER_PROBLEM, "NFQUEUE target: "
78 const struct ipt_entry_target *target,
82 (const struct ipt_NFQ_info *)target->data;
88 save(const struct ipt_ip *ip, const struct ipt_entry_target *target) argument
91 (const struct ipt_NFQ_info *)target->data;
49 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, struct ipt_entry_target **target) argument
77 print(const struct ipt_ip *ip, const struct ipt_entry_target *target, int numeric) argument
H A Dlibipt_MARK.c1 /* Shared library add-on to iptables to add MARK target support. */
17 "MARK target v%s options:\n"
32 /* Initialize the target. */
43 struct ipt_entry_target **target)
46 = (struct ipt_mark_target_info *)(*target)->data;
60 "MARK target: Can't specify --set-mark twice");
65 "MARK target: kernel too old for --and-mark");
68 "MARK target: kernel too old for --or-mark");
81 "MARK target: Parameter --set/and/or-mark"
90 struct ipt_entry_target **target)
41 parse_v0(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, struct ipt_entry_target **target) argument
88 parse_v1(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, struct ipt_entry_target **target) argument
140 print_v0(const struct ipt_ip *ip, const struct ipt_entry_target *target, int numeric) argument
152 save_v0(const struct ipt_ip *ip, const struct ipt_entry_target *target) argument
163 print_v1(const struct ipt_ip *ip, const struct ipt_entry_target *target, int numeric) argument
186 save_v1(const struct ipt_ip *ip, const struct ipt_entry_target *target) argument
[all...]
H A Dlibip6t_CONNSECMARK.c2 * Shared library add-on to ip6tables to add CONNSECMARK target support.
15 #define PFX "CONNSECMARK target: "
20 "CONNSECMARK target v%s options:\n"
34 const struct ip6t_entry *entry, struct ip6t_entry_target **target)
37 (struct xt_connsecmark_target_info*)(*target)->data;
90 const struct ip6t_entry_target *target, int numeric)
93 (struct xt_connsecmark_target_info*)(target)->data;
99 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) argument
102 (struct xt_connsecmark_target_info*)target->data;
33 parse(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, struct ip6t_entry_target **target) argument
89 print(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target, int numeric) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dnetware.pl229 my($target) = bname(@_);
234 if ($target =~ /(.*).nlm/)
236 $target = $1;
240 if ($target =~ /E_EXE/)
242 $target = "openssl";
245 # Note: originally tried to use full path ( \openssl\netware\$target.def )
248 $def_file = "netware\\$target.def";
254 print( DEF_OUT "DESCRIPTION \"$target\"\n");
277 my($objs,$target,$name,$shlib)=@_;
280 $ret.="$target
[all...]
H A DBC-32.pl99 local($objs,$target,$name,$shlib)=@_;
105 # $target="\$(LIB_D)$o$target";
106 $ret.="$target: $objs\n";
110 -\$(RM) $lfile$target
111 \$(MKLIB) $lfile$target \@&&!
119 local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':'';
121 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
129 local($target,$files,$dep_libs,$libs)=@_;
134 $ret.="$target
[all...]
H A DMingw32.pl82 local($obj,$target,$name,$shlib)=@_;
85 $target =~ s/\//$o/g if $o ne '/';
86 $target="$target";
89 $ret.="$target: \$(${Name}OBJ)\n";
90 $ret.="\tif exist $target \$(RM) $target\n";
91 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
92 $ret.="\t\$(RANLIB) $target\n\n";
97 local($target,
[all...]
H A Dunix.pl58 local($obj,$target,$name,$shlib)=@_;
61 $target =~ s/\//$o/g if $o ne '/';
62 $target="$target";
65 $ret.="$target: \$(${Name}OBJ)\n";
66 $ret.="\t\$(RM) $target\n";
67 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
68 $ret.="\t\$(RANLIB) $target\n\n";
73 local($target,$files,$dep_libs,$libs)=@_;
77 $n=&bname($target);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_NFQUEUE.c23 "NFQUEUE target options\n"
59 xtables_error(PARAMETER_PROBLEM, "NFQUEUE target: "
96 const struct xt_entry_target *target, int numeric)
99 (const struct xt_NFQ_info *)target->data;
104 const struct xt_entry_target *target, int numeric)
106 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data;
118 const struct xt_entry_target *target, int numeric)
120 const struct xt_NFQ_info_v2 *info = (void *) target->data;
122 NFQUEUE_print_v1(ip, target, numeric);
127 static void NFQUEUE_save(const void *ip, const struct xt_entry_target *target) argument
95 NFQUEUE_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
103 NFQUEUE_print_v1(const void *ip, const struct xt_entry_target *target, int numeric) argument
117 NFQUEUE_print_v2(const void *ip, const struct xt_entry_target *target, int numeric) argument
135 NFQUEUE_save_v1(const void *ip, const struct xt_entry_target *target) argument
148 NFQUEUE_save_v2(const void *ip, const struct xt_entry_target *target) argument
[all...]
H A Dlibxt_SET.c11 /* Shared library add-on to iptables to add IP set mangling target. */
29 printf("SET target options:\n"
52 set_target_init_v0(struct xt_entry_target *target) argument
55 (struct xt_set_info_target_v0 *) target->data;
89 const void *entry, struct xt_entry_target **target)
92 (struct xt_set_info_target_v0 *) (*target)->data;
127 set_target_print_v0(const void *ip, const struct xt_entry_target *target, argument
130 const struct xt_set_info_target_v0 *info = (const void *)target->data;
137 set_target_save_v0(const void *ip, const struct xt_entry_target *target) argument
139 const struct xt_set_info_target_v0 *info = (const void *)target
88 set_target_parse_v0(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) argument
147 set_target_init_v1(struct xt_entry_target *target) argument
185 set_target_parse_v1(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) argument
222 set_target_print_v1(const void *ip, const struct xt_entry_target *target, int numeric) argument
232 set_target_save_v1(const void *ip, const struct xt_entry_target *target) argument
279 set_target_init_v2(struct xt_entry_target *target) argument
290 set_target_parse_v2(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) argument
323 set_target_print_v2(const void *ip, const struct xt_entry_target *target, int numeric) argument
337 set_target_save_v2(const void *ip, const struct xt_entry_target *target) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djutils.c101 #define FMEMZERO(target,size) MEMZERO(target,size)
105 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size))
165 jzero_far (void FAR * target, size_t bytestozero) argument
170 FMEMZERO(target, bytestozero);
172 register char FAR * ptr = (char FAR *) target;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pid.c37 s32 target; local
67 /* Calculate target */
68 target = (s32)((integ * (s64)st->param.gr + deriv * (s64)st->param.gd +
71 target += st->target;
72 target = max(target, st->param.min);
73 target = min(target, st->param.max);
74 st->target
92 s32 error, target, sval, adj; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dnetconf.h92 /* Supported firewall target types */
105 #define netconf_valid_filter(target) \
106 ((target) == NETCONF_DROP || (target) == NETCONF_ACCEPT || \
107 (target) == NETCONF_LOG_DROP || (target) == NETCONF_LOG_ACCEPT)
109 #define netconf_valid_nat(target) \
110 ((target) == NETCONF_SNAT || (target) == NETCONF_DNAT || (target)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Darpt_mangle.c8 MODULE_DESCRIPTION("arptables arp payload mangle target");
11 target(struct sk_buff **pskb, argument
13 unsigned int hooknum, const struct xt_target *target,
65 return mangle->target;
69 checkentry(const char *tablename, const void *e, const struct xt_target *target, argument
78 if (mangle->target != NF_DROP && mangle->target != NF_ACCEPT &&
79 mangle->target != ARPT_CONTINUE)
86 .target = target,
[all...]
H A Dipt_TOS.c24 target(struct sk_buff **pskb, argument
28 const struct xt_target *target,
49 const struct xt_target *target,
69 .target = target,
47 checkentry(const char *tablename, const void *e_void, const struct xt_target *target, void *targinfo, unsigned int hook_mask) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/pl/
H A DMingw32.pl80 local($obj,$target,$name,$shlib)=@_;
83 $target =~ s/\//$o/g if $o ne '/';
84 $target="$target";
87 $ret.="$target: \$(${Name}OBJ)\n";
88 $ret.="\tif exist $target \$(RM) $target\n";
89 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
90 $ret.="\t\$(RANLIB) $target\n\n";
95 local($target,
[all...]
H A Dunix.pl58 local($obj,$target,$name,$shlib)=@_;
61 $target =~ s/\//$o/g if $o ne '/';
62 $target="$target";
65 $ret.="$target: \$(${Name}OBJ)\n";
66 $ret.="\t\$(RM) $target\n";
67 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
68 $ret.="\t\$(RANLIB) $target\n\n";
73 local($target,$files,$dep_libs,$libs,$sha1file,$openssl)=@_;
77 $n=&bname($target);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_mark.c11 /* The mark target can be used in any chain,
25 int action = info->target & -16;
36 return info->target | ~EBT_VERDICT_BITS;
47 tmp = info->target | ~EBT_VERDICT_BITS;
53 tmp = info->target & ~EBT_VERDICT_BITS;
63 .target = ebt_target_mark,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c70 struct srp_target *target; member in struct:vio_port
83 static struct vio_port *target_to_port(struct srp_target *target) argument
85 return (struct vio_port *) target->ldata;
95 struct srp_target *target = iue->target; local
96 struct vio_port *vport = target_to_port(target);
188 static void handle_cmd_queue(struct srp_target *target) argument
190 struct Scsi_Host *shost = target->shost;
197 spin_lock_irqsave(&target->lock, flags);
199 list_for_each_entry(iue, &target
220 struct srp_target *target = iue->target; local
283 struct srp_target *target = iue->target; local
311 struct srp_target *target = iue->target; local
380 struct srp_target *target = iue->target; local
492 process_iu(struct viosrp_crq *crq, struct srp_target *target) argument
526 struct srp_target *target = (struct srp_target *) data; local
535 crq_queue_create(struct crq_queue *queue, struct srp_target *target) argument
601 crq_queue_destroy(struct srp_target *target) argument
618 process_crq(struct viosrp_crq *crq, struct srp_target *target) argument
682 struct srp_target *target = vport->target; local
711 struct srp_target *target = iue->target; local
763 struct srp_target *target = host_to_srp_target(shost); local
796 struct srp_target *target; local
855 struct srp_target *target = (struct srp_target *) dev->dev.driver_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dcache.c13 static cachefs_match_val_t afs_cell_cache_match(void *target,
30 static cachefs_match_val_t afs_cell_cache_match(void *target, argument
34 struct afs_cell *cell = target;
69 static cachefs_match_val_t afs_vlocation_cache_match(void *target,
84 * - may also load target from entry
87 static cachefs_match_val_t afs_vlocation_cache_match(void *target, argument
91 struct afs_vlocation *vlocation = target;
142 static cachefs_match_val_t afs_volume_cache_match(void *target,
160 static cachefs_match_val_t afs_volume_cache_match(void *target, argument
164 struct afs_volume *volume = target;
211 afs_vnode_cache_match(void *target, const void *entry) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dqueue.h67 * Function: struct scsi_cmnd *queue_remove_tgtluntag (queue, target, lun, tag)
68 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
70 * target - target that we want
75 extern struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target,
79 * Function: queue_remove_all_target(queue, target)
80 * Purpose : remove all SCSI commands from the queue for a specified target
82 * target - target device id
85 extern void queue_remove_all_target(Queue_t *queue, int target);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dylwrap113 [\\/]* | ?:[\\/]*) target="$2";;
114 *) target="../$2";;
121 sed -e "/^#/ s,$input_rx,," "$from" > "$target" || status=$?

Completed in 151 milliseconds

1234567891011>>