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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dhw_irq.h98 extern void ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_offload.h74 int (*redirect)(void *ctx, struct dst_entry *old, member in struct:cxgb3_client
H A Dcxgb3_offload.c997 if (te && te->ctx && te->client && te->client->redirect) {
998 update_tcb = te->client->redirect(te->ctx, old, new, e);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dirq_ia64.c330 ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect) argument
347 ipi_addr = ipi_base_addr + ((phys_cpu_id << 4) | ((redirect & 1) << 3));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch.c60 .redirect = iwch_ep_redirect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dnetware.bat9 rem want to redirect stdout and stderr. An example command line would be
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.c360 gboolean redirect; local
371 redirect=FALSE;
539 redirect=TRUE;
559 while (going && !redirect)
592 if(redirect)
606 } while(redirect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c1237 static struct file *redirect; variable in typeref:struct:file
1317 * redirect lock for undoing redirection
1341 if (redirect && redirect->private_data == tty) {
1342 f = redirect;
1343 redirect = NULL;
1845 if (redirect) {
1846 get_file(redirect);
1847 p = redirect;
2860 * Locking: uses redirect_lock to guard the redirect informatio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_output.c451 * send a redirect.
911 int redirect; local
915 redirect = (ifp && ifp->flags & IFA_F_OPTIMISTIC);
919 if (redirect) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn2_smp.c406 * @redirect: redirect the IPI?
417 void sn2_send_IPI(int cpuid, int vector, int delivery_mode, int redirect) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c487 union node *redirect; member in struct:ncmd
499 union node *redirect; member in struct:nredir
850 for (np = cmd->ncmd.redirect; np; np = np->nfile.next) {
4257 cmdlist(n->ncmd.redirect, 0);
4773 /* flags passed to redirect */
4777 redirect(union node *redir, int flags) function
4807 continue; /* redirect from/to same file descriptor */
4895 redirect(redir, flags);
7084 calcsize(n->ncmd.redirect);
7094 calcsize(n->nredir.redirect);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1358 \item \verb|redirect| --- the route was installed due to an ICMP redirect.
1592 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1625 \item \verb|redirect| --- packets going via this route will
1626 trigger an ICMP redirect.
1813 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1820 Note the \verb|redirect| flag on it.
1872 better path to the destination and sent us an ICMP redirect message.

Completed in 133 milliseconds