Searched refs:route (Results 1 - 25 of 243) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Droute.h2 * $Id: route.h,v 1.3 2009-10-13 22:55:37 didg Exp $
11 int route ( int, struct sockaddr *, struct sockaddr *, int );
13 int route ( int, struct sockaddr_at *, struct sockaddr_at *, int);
H A DMakefile.am7 atalkd_SOURCES = aep.c config.c main.c multicast.c nbp.c route.c rtmp.c zip.c
18 route.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Droute.h2 * $Id: route.h,v 1.3 2009-10-13 22:55:37 didg Exp $
11 int route ( int, struct sockaddr *, struct sockaddr *, int );
13 int route ( int, struct sockaddr_at *, struct sockaddr_at *, int);
H A DMakefile.am7 atalkd_SOURCES = aep.c config.c main.c multicast.c nbp.c route.c rtmp.c zip.c
18 route.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-audio.c34 struct v4l2_routing route; local
48 route.input = mux_input;
49 route.output = 0;
50 ivtv_i2c_hw(itv, itv->card->hw_muxer, VIDIOC_INT_S_AUDIO_ROUTING, &route);
52 route.input = audio_input;
54 route.output = MSP_OUTPUT(MSP_SC_IN_DSP_SCART1);
56 return ivtv_i2c_hw(itv, itv->card->hw_audio, VIDIOC_INT_S_AUDIO_ROUTING, &route);
59 void ivtv_audio_set_route(struct ivtv *itv, struct v4l2_routing *route) argument
61 ivtv_i2c_hw(itv, itv->card->hw_audio, VIDIOC_INT_S_AUDIO_ROUTING, route);
H A Divtv-audio.h22 void ivtv_audio_set_route(struct ivtv *itv, struct v4l2_routing *route);
H A Divtv-video.c90 struct v4l2_routing route; local
94 route.input = itv->card->video_inputs[inp].video_input;
95 route.output = 0;
96 itv->video_dec_func(itv, VIDIOC_INT_S_VIDEO_ROUTING, &route);
101 route.input = 0; /* Tuner */
103 route.input = 2; /* S-Video */
105 route.input = 1; /* Composite */
109 ivtv_gpio(itv, VIDIOC_INT_S_VIDEO_ROUTING, &route);
115 route.input = UPD64031A_GR_ON | UPD64031A_3DYCS_COMPOSITE;
118 route
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_asbr.c31 struct ospf6_route_req route; local
35 ospf6_route_lookup (&route, &request->route.prefix, request->table);
36 if (memcmp (&route.path, &request->path, sizeof (route.path)))
49 if (route.path.metric_type == 2)
55 if (! IN6_IS_ADDR_UNSPECIFIED (&route.nexthop.address))
60 /* external route tag */
64 OSPF6_ASBR_METRIC_SET (external, route.path.cost);
67 external->prefix.prefix_length = route
109 ospf6_asbr_external_route_add(struct ospf6_route_req *route) argument
115 ospf6_asbr_external_route_remove(struct ospf6_route_req *route) argument
417 struct ospf6_route_req route, *target; local
[all...]
H A Dospf6_abr.c113 request->route.type = OSPF6_DEST_TYPE_NETWORK;
114 request->route.prefix.family = AF_INET6;
115 request->route.prefix.prefixlen = iep->prefix.prefix_length;
116 ospf6_prefix_in6_addr (&iep->prefix, &request->route.prefix.u.prefix6);
171 if (memcmp (&prefix6, &request.route.prefix, sizeof (prefix6)))
214 request->route.type = OSPF6_DEST_TYPE_ROUTER;
215 request->route.prefix.family = AF_UNSPEC;
216 request->route.prefix.prefixlen = 64; /* XXX */
217 ((struct prefix_ls *) &request->route.prefix)->adv_router.s_addr
279 if (memcmp (&prefix_ls, &request.route
421 struct ospf6_route_req route, target; local
503 struct ospf6_route_req route; local
[all...]
H A Dospf6_asbr.h32 /* followed by none or one external route tag */
45 void ospf6_asbr_external_route_add (struct ospf6_route_req *route);
46 void ospf6_asbr_external_route_remove (struct ospf6_route_req *route);
H A Dospf6_zebra.c252 zlog_info ("ZEBRA: Receive add %s route: %s nexthop:%s ifindex:%ld",
256 zlog_info ("ZEBRA: Receive remove %s route: %s nexthop:%s ifindex:%ld",
358 struct ospf6_route_req route;
369 prefix2str (&request->route.prefix, buf, sizeof (buf));
371 zlog_info ("ZEBRA: Send remove route: %s", buf);
373 zlog_info ("ZEBRA: Send add route: %s", buf);
388 zlog_info ("ZEBRA: self originated external route, ignore");
394 ospf6_route_lookup (&route, &request->route.prefix, request->table);
395 if (memcmp (&route
356 struct ospf6_route_req route; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/samples/
H A Dsample.bound14 while /sbin/route del default gw 0.0.0.0 dev $interface
20 /sbin/route add default gw $i dev $interface
H A Dsample.renew14 while /sbin/route del default gw 0.0.0.0 dev $interface
20 /sbin/route add default gw $i dev $interface
H A Dsimple.script21 while route del default gw 0.0.0.0 dev $interface ; do
26 route add default gw $i dev $interface
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/udhcp/
H A Dsample.bound14 while /sbin/route del default gw 0.0.0.0 dev $interface
21 /sbin/route add default gw $i dev $interface metric $((metric++))
H A Dsample.renew14 while /sbin/route del default gw 0.0.0.0 dev $interface
21 /sbin/route add default gw $i dev $interface metric $((metric++))
H A Dsimple.script21 while route del default gw 0.0.0.0 dev $interface ; do
27 route add default gw $i dev $interface metric $((metric++))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-wm8775.c51 struct v4l2_routing route; local
54 memset(&route,0,sizeof(route));
58 route.input = 1;
62 route.input = 2;
65 pvr2_trace(PVR2_TRACE_CHIPS,"i2c wm8775 set_input(val=%d route=0x%x)",
66 hdw->input_val,route.input);
68 pvr2_i2c_client_cmd(ctxt->client,VIDIOC_INT_S_AUDIO_ROUTING,&route);
H A Dpvrusb2-audio.c42 struct v4l2_routing route; local
46 route.input = MSP_INPUT_DEFAULT;
47 route.output = MSP_OUTPUT(MSP_SC_IN_DSP_SCART1);
56 route.input = MSP_INPUT(MSP_IN_SCART2, MSP_IN_TUNER1,
62 route.input = MSP_INPUT(MSP_IN_SCART1, MSP_IN_TUNER1,
66 pvr2_i2c_client_cmd(ctxt->client,VIDIOC_INT_S_AUDIO_ROUTING,&route);
H A Dpvrusb2-video-v4l.c55 struct v4l2_routing route; local
60 route.input = SAA7115_COMPOSITE4;
63 route.input = SAA7115_COMPOSITE5;
66 route.input = SAA7115_SVIDEO2;
71 route.input = SAA7115_COMPOSITE5;
75 route.output = 0;
76 pvr2_i2c_client_cmd(ctxt->client,VIDIOC_INT_S_VIDEO_ROUTING,&route);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_ip.c105 ax25_route *route; local
119 route = ax25_get_route(dst, NULL);
120 if (route) {
121 digipeat = route->digipeat;
122 dev = route->dev;
123 ip_mode = route->ip_mode;
199 if ((ourskb = ax25_rt_build_path(skb, src, dst, route->digipeat)) == NULL) {
210 if (route)
211 ax25_put_route(route);
H A Dax25_route.c74 static int __must_check ax25_rt_add(struct ax25_routes_struct *route) argument
80 if ((ax25_dev = ax25_addr_ax25dev(&route->port_addr)) == NULL)
82 if (route->digi_count > AX25_MAX_DIGIS)
89 if (ax25cmp(&ax25_rt->callsign, &route->dest_addr) == 0 &&
93 if (route->digi_count != 0) {
99 ax25_rt->digipeat->ndigi = route->digi_count;
100 for (i = 0; i < route->digi_count; i++) {
102 ax25_rt->digipeat->calls[i] = route->digi_addr[i];
117 ax25_rt->callsign = route->dest_addr;
121 if (route
147 ax25_rt_del(struct ax25_routes_struct *route) argument
226 struct ax25_routes_struct route; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Droutel17 ip route list table "$@" |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A DMakefile9 io.o copy.o linear.o mulaw.o route.o rate.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dinterface.c63 route_init_defaults(struct AdvRoute *route, struct Interface *iface) argument
65 memset(route, 0, sizeof(struct AdvRoute));
67 route->AdvRouteLifetime = DFLT_AdvRouteLifetime(iface);
68 route->AdvRoutePreference = DFLT_AdvRoutePreference;
86 struct AdvRoute *route; local
234 route = iface->AdvRouteList;
236 while(route)
238 if (route->PrefixLen > MAX_PrefixLen)
240 flog(LOG_ERR, "invalid route prefix length (%u) for %s", route
[all...]

Completed in 145 milliseconds

12345678910