Searched refs:redir (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_fw_compat_redir.c55 struct redir struct
65 redir_cmp(const struct redir *i,
76 static struct redir *
80 return LIST_FIND(&redirs, redir_cmp, struct redir *,
84 static void do_tcp_redir(struct sk_buff *skb, struct redir *redir) argument
90 tcph->check = cheat_check(~redir->core.orig_dstip,
91 redir->core.new_dstip,
92 cheat_check(redir->core.orig_dport ^ 0xFFFF,
93 redir
124 do_tcp_unredir(struct sk_buff *skb, struct redir *redir) argument
194 struct redir *redir; local
247 struct redir *redir; local
275 struct redir *redir; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_fw_compat_redir.c55 struct redir struct
65 redir_cmp(const struct redir *i,
76 static struct redir *
80 return LIST_FIND(&redirs, redir_cmp, struct redir *,
84 static void do_tcp_redir(struct sk_buff *skb, struct redir *redir) argument
90 tcph->check = cheat_check(~redir->core.orig_dstip,
91 redir->core.new_dstip,
92 cheat_check(redir->core.orig_dport ^ 0xFFFF,
93 redir
124 do_tcp_unredir(struct sk_buff *skb, struct redir *redir) argument
194 struct redir *redir; local
247 struct redir *redir; local
275 struct redir *redir; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dirq.h30 extern void set_irq_affinity_info (int irq, int dest, int redir);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dirq.h30 extern void set_irq_affinity_info (int irq, int dest, int redir);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dhush.c986 struct redir_struct *redir; local
988 for (redir=prog->redirects; redir; redir=redir->next) {
989 if (redir->dup == -1 && redir->word.gl_pathv == NULL) {
993 if (redir->dup == -1) {
994 mode=redir_table[redir->type].mode;
995 openfd = open(redir
1778 struct redir_struct *redir = child->redirects; local
[all...]
H A Dlash.c604 struct redir_struct *redir = prog->redirects; local
606 for (i = 0; i < prog->num_redirects; i++, redir++) {
607 switch (redir->type) {
619 openfd = open(redir->filename, mode, 0666);
623 perror_msg("error opening %s", redir->filename);
627 if (openfd != redir->fd) {
628 if (squirrel && redir->fd < 3) {
629 squirrel[redir->fd] = dup(redir->fd);
631 dup2(openfd, redir
[all...]
H A Dash.c3077 union node *redir; local
3079 for (redir = n ; redir ; redir = redir->nfile.next) {
3083 switch (redir->type) {
3089 expandarg(redir->nfile.fname, &fn, EXP_TILDE | EXP_REDIR);
3090 redir->nfile.expfname = fn.list->text;
3094 if (redir->ndup.vname) {
3095 expandarg(redir
9519 union node *redir, **rpp; local
9731 union node **rpp, *redir; local
10878 openhere(const union node *redir) argument
10914 openredirect(const union node *redir) argument
10992 redirect(union node *redir, int flags) argument
11058 dupredirect(const union node *redir, int f, int fd1dup) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_REDIRECT.c125 printf("redir ports ");
151 struct iptables_target redir variable in typeref:struct:iptables_target
168 register_target(&redir);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Diosapic.c160 char redir; local
171 redir = (dmode == IOSAPIC_LOWEST_PRIORITY) ? 1 : 0;
178 set_irq_affinity_info(irq, (int)(dest & 0xffff), redir);
264 int redir = (irq & IA64_IRQ_REDIRECTED) ? 1 : 0; local
283 set_irq_affinity_info(irq, dest, redir);
295 if (redir)
H A Dirq.c1119 void set_irq_affinity_info(int irq, int hwid, int redir) argument
1125 irq_redir[irq] = (char) (redir & 0xff);
1144 int redir; local
1152 redir = 1;
1154 redir = 0;
1166 irq_desc(irq)->handler->set_affinity(irq | (redir? IA64_IRQ_REDIRECTED :0), new_value);
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/djgpp/
H A Dconfig.bat12 redir -e /dev/null update %XSRC%/configure.orig ./configure
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/djgpp/
H A Dconfig.bat12 redir -e /dev/null update %XSRC%/configure.orig ./configure
17 redir -e /dev/null update %XSRC%/libcharset/configure.orig ./libcharset/configure

Completed in 208 milliseconds