Searched refs:rt (Results 51 - 75 of 204) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Drtmp.c400 struct rtmp_tuple rt, xrt; local
501 memcpy( &rt, data, SZ_RTMPTUPLE );
504 if ( rt.rt_net == 0 ) {
505 if ( rt.rt_dist != 0x82 ) {
519 memcpy( &rt, data, SZ_RTMPTUPLE );
521 } else if ( rt.rt_dist & 0x80 ) {
537 if ( rt.rt_net != iface->i_rt->rt_firstnet ||
548 if ( rt.rt_net != iface->i_rt->rt_firstnet ||
549 rt.rt_net != iface->i_rt->rt_lastnet ) {
602 if ( ntohs( rtmp->rt_firstnet ) <= ntohs( rt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.c400 struct rtmp_tuple rt, xrt; local
501 memcpy( &rt, data, SZ_RTMPTUPLE );
504 if ( rt.rt_net == 0 ) {
505 if ( rt.rt_dist != 0x82 ) {
519 memcpy( &rt, data, SZ_RTMPTUPLE );
521 } else if ( rt.rt_dist & 0x80 ) {
537 if ( rt.rt_net != iface->i_rt->rt_firstnet ||
548 if ( rt.rt_net != iface->i_rt->rt_firstnet ||
549 rt.rt_net != iface->i_rt->rt_lastnet ) {
602 if ( ntohs( rtmp->rt_firstnet ) <= ntohs( rt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dasm.h169 #define MOVN(rd,rs,rt) \
172 beqz rt,9f; \
176 #define MOVZ(rd,rs,rt) \
179 bnez rt,9f; \
185 #define MOVN(rd,rs,rt) \
188 bnezl rt,9f; \
192 #define MOVZ(rd,rs,rt) \
195 beqzl rt,9f; \
202 #define MOVN(rd,rs,rt) \
203 movn rd,rs,rt
[all...]
H A Dmipsmtregs.h260 #define mftc0(rt,sel) \
268 " # mftc0 $1, $" #rt ", " #sel " \n" \
269 " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" \
277 #define mftgpr(rt) \
285 " # mftgpr $1," #rt " \n" \
286 " .word 0x41000820 | (" #rt " << 16) \n" \
294 #define mftr(rt,u,sel) \
299 " mftr %0, " #rt ", " #u ", " #sel " \n" \
H A Dinst.h81 * rt field of bcond opcodes.
106 * rt field of cop.bc_op opcodes
193 unsigned int rt : 5; member in struct:i_format
200 unsigned int rt : 5; member in struct:u_format
215 unsigned int rt : 5; member in struct:r_format
224 unsigned int rt : 5; member in struct:p_format
234 unsigned int rt : 5; member in struct:f_format
259 unsigned int rt : 5; member in struct:i_format
266 unsigned int rt : 5; member in struct:u_format
283 unsigned int rt member in struct:r_format
292 unsigned int rt : 5; member in struct:p_format
301 unsigned int rt : 5; member in struct:f_format
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dasm.h169 #define MOVN(rd,rs,rt) \
172 beqz rt,9f; \
176 #define MOVZ(rd,rs,rt) \
179 bnez rt,9f; \
185 #define MOVN(rd,rs,rt) \
188 bnezl rt,9f; \
192 #define MOVZ(rd,rs,rt) \
195 beqzl rt,9f; \
202 #define MOVN(rd,rs,rt) \
203 movn rd,rs,rt
[all...]
H A Dmipsmtregs.h260 #define mftc0(rt,sel) \
268 " # mftc0 $1, $" #rt ", " #sel " \n" \
269 " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" \
277 #define mftgpr(rt) \
285 " # mftgpr $1," #rt " \n" \
286 " .word 0x41000820 | (" #rt " << 16) \n" \
294 #define mftr(rt,u,sel) \
299 " mftr %0, " #rt ", " #u ", " #sel " \n" \
H A Dinst.h81 * rt field of bcond opcodes.
106 * rt field of cop.bc_op opcodes
193 unsigned int rt : 5; member in struct:i_format
200 unsigned int rt : 5; member in struct:u_format
215 unsigned int rt : 5; member in struct:r_format
224 unsigned int rt : 5; member in struct:p_format
234 unsigned int rt : 5; member in struct:f_format
259 unsigned int rt : 5; member in struct:i_format
266 unsigned int rt : 5; member in struct:u_format
283 unsigned int rt member in struct:r_format
292 unsigned int rt : 5; member in struct:p_format
301 unsigned int rt : 5; member in struct:f_format
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Daudio.h36 int (*prepare)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm, struct snd_pcm_runtime *rt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Daddr.c155 struct rtable *rt; local
161 if (ip_route_output_key(&rt, &fl))
164 arp_send(ARPOP_REQUEST, ETH_P_ARP, rt->rt_gateway, rt->idev->dev,
165 rt->rt_src, NULL, rt->idev->dev->dev_addr, NULL);
166 ip_rt_put(rt);
176 struct rtable *rt; local
183 ret = ip_route_output_key(&rt, &fl);
188 if (rt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Drtlx.c336 struct rtlx_channel *rt; local
344 rt = &rtlx->channel[index];
348 rt_read = rt->rt_read;
352 (size_t)write_spacefree(rt_read, rt->rt_write, rt->buffer_size));
355 fl = min(count, (size_t) rt->buffer_size - rt->rt_write);
357 failed = copy_from_user(rt->rt_buffer + rt->rt_write, buffer, fl);
363 failed = copy_from_user(rt
433 struct rtlx_channel *rt; local
[all...]
H A Dunaligned.c173 *regptr = &regs->regs[insn.i_format.rt];
203 *regptr = &regs->regs[insn.i_format.rt];
237 *regptr = &regs->regs[insn.i_format.rt];
277 *regptr = &regs->regs[insn.i_format.rt];
319 *regptr = &regs->regs[insn.i_format.rt];
330 value = regs->regs[insn.i_format.rt];
366 value = regs->regs[insn.i_format.rt];
404 value = regs->regs[insn.i_format.rt];
H A Dbranch.c64 switch (insn.i_format.rt) {
136 regs->regs[insn.i_format.rt])
146 regs->regs[insn.i_format.rt])
155 /* rt field assumed to be zero */
165 /* rt field assumed to be zero */
184 bit = (insn.i_format.rt >> 2);
187 switch (insn.i_format.rt & 3) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipx/
H A Dipx_proc.c147 struct ipx_route *rt; local
153 rt = v;
154 seq_printf(seq, "%08lX ", (unsigned long int)ntohl(rt->ir_net));
155 if (rt->ir_routed)
157 (long unsigned int)ntohl(rt->ir_intrfc->if_netnum),
158 rt->ir_router_node[0], rt->ir_router_node[1],
159 rt->ir_router_node[2], rt->ir_router_node[3],
160 rt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_output.c446 struct rt6_info *rt; local
454 rt = (struct rt6_info *) dst;
455 if ((rt->rt6i_flags & RTF_GATEWAY))
578 struct rt6_info *rt = (struct rt6_info*)skb->dst; local
587 dev = rt->u.dst.dev;
670 dst_hold(&rt->u.dst);
698 IP6_INC_STATS(ip6_dst_idev(&rt->u.dst), IPSTATS_MIB_FRAGCREATES);
711 IP6_INC_STATS(ip6_dst_idev(&rt->u.dst), IPSTATS_MIB_FRAGOKS);
712 dst_release(&rt->u.dst);
722 IP6_INC_STATS(ip6_dst_idev(&rt
847 struct rt6_info *rt = (struct rt6_info *)dst; local
1045 ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi *fl, struct rt6_info *rt, unsigned int flags) argument
1337 struct rt6_info *rt = np->cork.rt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dirq.c66 struct irq_routing_table *rt; local
70 rt = (struct irq_routing_table *) addr;
71 if (rt->signature != PIRQ_SIGNATURE ||
72 rt->version != PIRQ_VERSION ||
73 rt->size % 16 ||
74 rt->size < sizeof(struct irq_routing_table))
77 for (i=0; i < rt->size; i++)
80 DBG(KERN_DEBUG "PCI: Interrupt Routing Table found at 0x%p\n", rt);
81 return rt;
95 struct irq_routing_table *rt; local
119 struct irq_routing_table *rt = pirq_table; local
736 struct irq_routing_table *rt = pirq_table; local
782 struct irq_routing_table *rt = pirq_table; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_route.c100 ospf_route_delete (struct route_table *rt) argument
105 for (rn = route_top (rt); rn; rn = route_next (rn))
117 ospf_route_table_free (struct route_table *rt) argument
122 for (rn = route_top (rt); rn; rn = route_next (rn))
131 route_table_finish (rt);
137 ospf_route_match_same (struct route_table *rt, struct prefix_ipv4 *prefix, argument
147 if (! rt || ! prefix)
150 rn = route_node_lookup (rt, (struct prefix *) prefix);
182 /* rt: Old, cmprt: New */
184 ospf_route_delete_uniq (struct route_table *rt, struc argument
209 ospf_route_install(struct route_table *rt) argument
244 ospf_intra_route_add(struct route_table *rt, struct vertex *v, struct ospf_area *area) argument
304 ospf_intra_add_router(struct route_table *rt, struct vertex *v, struct ospf_area *area) argument
396 ospf_intra_add_transit(struct route_table *rt, struct vertex *v, struct ospf_area *area) argument
459 ospf_intra_add_stub(struct route_table *rt, struct router_lsa_link *link, struct vertex *v, struct ospf_area *area) argument
632 ospf_route_table_dump(struct route_table *rt) argument
865 ospf_route_add(struct route_table *rt, struct prefix_ipv4 *p, struct ospf_route *new_or, struct ospf_route *over) argument
886 ospf_prune_unreachable_networks(struct route_table *rt) argument
965 ospf_add_discard_route(struct route_table *rt, struct ospf_area *area, struct prefix_ipv4 *p) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_options.c41 __be32 daddr, struct rtable *rt, int is_frag)
55 ip_rt_get_source(iph+opt->rr+iph[opt->rr+2]-5, rt);
57 ip_rt_get_source(iph+opt->ts+iph[opt->ts+2]-9, rt);
264 struct rtable *rt = skb ? (struct rtable*)skb->dst : NULL; local
345 memcpy(&optptr[optptr[2]-1], &rt->rt_spec_dst, 4);
387 memcpy(&optptr[optptr[2]-1], &rt->rt_spec_dst, 4);
567 struct rtable *rt = (struct rtable*)skb->dst; local
572 ip_rt_get_source(&optptr[optptr[2]-5], rt);
586 if (memcmp(&rt->rt_dst, &optptr[srrptr-1], 4) == 0)
591 ip_rt_get_source(&optptr[srrptr-1], rt);
40 ip_options_build(struct sk_buff * skb, struct ip_options * opt, __be32 daddr, struct rtable *rt, int is_frag) argument
615 struct rtable *rt = (struct rtable*)skb->dst; local
[all...]
H A Dicmp.c293 static inline int icmpv4_xrlim_allow(struct rtable *rt, int type, int code) argument
295 struct dst_entry *dst = &rt->u.dst;
348 struct ipcm_cookie *ipc, struct rtable *rt)
355 ipc, rt, MSG_DONTWAIT) < 0)
383 struct rtable *rt = (struct rtable *)skb->dst; local
396 daddr = ipc.addr = rt->rt_src;
406 .saddr = rt->rt_spec_dst,
410 if (ip_route_output_key(&rt, &fl))
413 if (icmpv4_xrlim_allow(rt, icmp_param->data.icmph.type,
415 icmp_push_reply(icmp_param, &ipc, rt);
347 icmp_push_reply(struct icmp_bxm *icmp_param, struct ipcm_cookie *ipc, struct rtable *rt) argument
438 struct rtable *rt = (struct rtable *)skb_in->dst; local
886 struct rtable *rt = (struct rtable *)skb->dst; local
931 struct rtable *rt = (struct rtable *)skb->dst; local
[all...]
H A Dnetfilter.c14 struct rtable *rt; local
34 if (ip_route_output_key(&rt, &fl) != 0)
39 (*pskb)->dst = &rt->u.dst;
44 if (ip_route_output_key(&rt, &fl) != 0)
49 RT_TOS(iph->tos), rt->u.dst.dev) != 0) {
50 dst_release(&rt->u.dst);
53 dst_release(&rt->u.dst);
H A Dfib_frontend.c270 static int rtentry_to_fib_config(int cmd, struct rtentry *rt, argument
278 if (rt->rt_dst.sa_family != AF_INET)
290 addr = sk_extract_addr(&rt->rt_dst);
291 if (!(rt->rt_flags & RTF_HOST)) {
292 __be32 mask = sk_extract_addr(&rt->rt_genmask);
294 if (rt->rt_genmask.sa_family != AF_INET) {
295 if (mask || rt->rt_genmask.sa_family)
313 if (rt->rt_metric)
314 cfg->fc_priority = rt->rt_metric - 1;
316 if (rt
404 struct rtentry rt; local
[all...]
H A Dipip.c341 struct rtable *rt;
409 if (ip_route_output_key(&rt, &key)) {
413 skb2->dev = rt->u.dst.dev;
416 if (rt->rt_flags&RTCF_LOCAL) {
417 ip_rt_put(rt);
418 rt = NULL;
422 if (ip_route_output_key(&rt, &fl) ||
423 rt->u.dst.dev->type != ARPHRD_TUNNEL) {
424 ip_rt_put(rt);
429 ip_rt_put(rt);
515 struct rtable *rt; /* Route to the other host */ local
815 struct rtable *rt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A DMakefile39 SRC= linkage.c tpi.c dlpi.c ioc.c if.c aarp.c ddp.c sock.c rt.c
40 OBJ= linkage.o tpi.o dlpi.o ioc.o if.o aarp.o ddp.o sock.o rt.o
41 HEADERS= if.h ioc.h rt.h sock.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A DMakefile39 SRC= linkage.c tpi.c dlpi.c ioc.c if.c aarp.c ddp.c sock.c rt.c
40 OBJ= linkage.o tpi.o dlpi.o ioc.o if.o aarp.o ddp.o sock.o rt.o
41 HEADERS= if.h ioc.h rt.h sock.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/appletalk/
H A Dddp.c505 struct atalk_route *rt; local
517 for (rt = atalk_routes; rt; rt = rt->next) {
518 if (r->rt_flags != rt->flags)
521 if (ta->sat_addr.s_net == rt->target.s_net) {
522 if (!(rt->flags & RTF_HOST))
524 if (ta->sat_addr.s_node == rt->target.s_node)
554 if (!rt) {
873 struct rtentry rt; local
1285 struct atalk_route *rt; local
1527 struct atalk_route *rt; local
[all...]

Completed in 332 milliseconds

123456789