Searched refs:route (Results 51 - 75 of 243) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/tools/
H A Drrcheck.pl64 if (/^route:.*\s([\d\.\/]+)$/) {
132 print MAIL "Announced route : $prefix from $origin\n\n";
H A Drrlookup.pl58 if (/^route:.*\s([\d\.\/]+)$/) {
120 print MAIL "Announced route : $prefix from $origin\n\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_addrtype.c16 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_realm.c13 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dradvd.c527 struct AdvRoute *route; local
541 route = iface->AdvRouteList;
542 while (route)
544 struct AdvRoute *next_route = route->next;
546 free(route);
547 route = next_route;
H A Dscanner.l46 route { return T_ROUTE; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_priv1_mmio.c79 u64 route = target << 48 | target << 32 | target << 16; local
80 out_be64(&spu->priv1->int_route_RW, route);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa7115.c1293 struct v4l2_routing *route = arg; local
1295 route->input = state->input;
1296 route->output = state->output;
1302 struct v4l2_routing *route = arg; local
1304 v4l_dbg(1, debug, client, "decoder set input %d output %d\n", route->input, route->output);
1307 (route->input == SAA7115_COMPOSITE4 ||
1308 route->input == SAA7115_COMPOSITE5)) {
1311 if (route->input > SAA7115_SVIDEO3)
1313 if (route
[all...]
H A Dtvp5150.c93 struct v4l2_routing route; member in struct:tvp5150
294 if ((decoder->route.output & TVP5150_BLACK_SCREEN) || !decoder->enable)
297 switch (decoder->route.input) {
311 tvp5150_dbg( 1, "Selecting video route: route input=%i, output=%i "
313 decoder->route.input,decoder->route.output,
815 struct v4l2_routing *route = arg; local
817 *route = decoder->route;
822 struct v4l2_routing *route = arg; local
[all...]
H A Dsaa7127.c551 struct v4l2_routing *route = arg; local
564 route->input = state->input_type;
565 route->output = state->output_type;
572 if (state->input_type != route->input) {
573 rc = saa7127_set_input_type(client, route->input);
575 if (rc == 0 && state->output_type != route->output) {
576 rc = saa7127_set_output_type(client, route->output);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_mp_alg.h12 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Ddatagram.c20 #include <net/route.h>
H A Dnetfilter.c6 #include <net/route.h>
37 /* Drop old route. */
99 dst = ((struct xfrm_dst *)dst)->route;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A DMakefile8 route.o ip6_fib.o ipv6_sockglue.o ndisc.o udp.o udplite.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Ducma.c557 struct rdma_route *route)
561 resp->num_paths = route->num_paths;
562 switch (route->num_paths) {
564 dev_addr = &route->addr.dev_addr;
573 &route->path_rec[1]);
577 &route->path_rec[0]);
605 addr = &ctx->cm_id->route.addr.src_addr;
609 addr = &ctx->cm_id->route.addr.dst_addr;
620 ucma_copy_ib_route(&resp, &ctx->cm_id->route);
556 ucma_copy_ib_route(struct rdma_ucm_query_route_resp *resp, struct rdma_route *route) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Drdma_cm.h130 struct rdma_route route; member in struct:rdma_cm_id
184 * into route information needed to establish a connection.
238 * Users must have resolved a route for the rdma_cm_id to connect with
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dgetiface.c26 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dgetiface.c26 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Demu10k1.h1307 #define snd_emu10k1_compose_send_routing(route) \
1308 ((route[0] | (route[1] << 4) | (route[2] << 8) | (route[3] << 12)) << 16)
1310 #define snd_emu10k1_compose_audigy_fxrt1(route) \
1311 ((unsigned int)route[0] | ((unsigned int)route[1] << 8) | ((unsigned int)route[2] << 16) | ((unsigned int)route[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_core.c1450 ADBRamLink * route, int rnum)
1454 if ((rnum <= 0) || (route == NULL))
1459 VORTEX_ADB_RTBASE + ((route[rnum] & ADB_MASK) << 2),
1464 ((route[rnum - 1] & ADB_MASK) << 2), route[rnum]);
1467 /* Write first route. */
1474 route[0]);
1486 "vortex_adb_addroutes: unending route! 0x%x\n",
1487 *route);
1492 hwwrite(vortex->mmio, VORTEX_ADB_RTBASE + (prev << 2), route[
1449 vortex_adb_addroutes(vortex_t * vortex, unsigned char channel, ADBRamLink * route, int rnum) argument
1539 ADBRamLink route; local
1571 ADBRamLink route[2]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_redistribute.c116 zlog_info ("ZEBRA: Ignore connect route of enabled I/F");
121 request.route.type = OSPF6_DEST_TYPE_NETWORK;
122 prefix_copy (&request.route.prefix, (struct prefix *) p);
129 /* apply route-map */
137 zlog_info ("ZEBRA: Denied by route-map %s",
166 zlog_info ("ZEBRA: No such route, ignore");
189 "show ipv6 ospf6 route redistribute",
203 "show ipv6 ospf6 route redistribute X::X",
216 "Static route\n"
217 "Kernel route\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Dddp_output.c20 #include <net/route.h>
130 struct route *ro;
228 * SAIEW: We can't make changes to net/if_loop.c, so we don't route
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp_output.c20 #include <net/route.h>
130 struct route *ro;
228 * SAIEW: We can't make changes to net/if_loop.c, so we don't route
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Defxmgr.h69 unsigned long route[NUM_OUTPUTS]; member in struct:dsp_rpatch
215 #define CONNECT(input, output) set_bit(input, &rpatch->route[(output) - OUTPUT_BASE]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-core.c626 struct v4l2_routing *route = arg; local
721 route->input = state->vid_input;
722 route->output = 0;
726 return set_input(client, route->input, state->aud_input);
731 route->input = state->aud_input;
732 route->output = 0;
738 return set_input(client, state->vid_input, route->input);

Completed in 307 milliseconds

12345678910