/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6t_rt.c | 47 struct ipv6_rt_hdr *route = NULL; in match() local 134 route = (struct ipv6_rt_hdr *) (skb->data + ptr); in match() 136 DEBUGP("IPv6 RT LEN %u %u ", hdrlen, route->hdrlen); in match() 137 DEBUGP("TYPE %04X ", route->type); in match() 138 DEBUGP("SGS_LEFT %u %02X\n", route->segments_left, route->segments_left); in match() 142 route->segments_left, in match() 145 rtinfo->rt_type, route->type, in match() 147 ((rtinfo->rt_type == route->type) ^ in match() 155 (rtinfo->flags & IP6T_RT_RES), ((struct rt0_hdr *)route)->bitmap, in match() 156 !((rtinfo->flags & IP6T_RT_RES) && (((struct rt0_hdr *)route)->bitmap))); in match() [all …]
|
/linux-2.4.37.9/net/x25/ |
D | x25_route.c | 126 struct x25_route *route, *x25_route = x25_route_list; in x25_route_device_down() local 129 route = x25_route; in x25_route_device_down() 132 if (route->dev == dev) in x25_route_device_down() 133 x25_remove_route(route); in x25_route_device_down() 164 struct x25_route *route, *use = NULL; in x25_get_route() local 166 for (route = x25_route_list; route != NULL; route = route->next) { in x25_get_route() 167 if (memcmp(&route->address, addr, route->sigdigits) == 0) { in x25_get_route() 169 use = route; in x25_get_route() 171 if (route->sigdigits > use->sigdigits) in x25_get_route() 172 use = route; in x25_get_route() [all …]
|
/linux-2.4.37.9/net/ax25/ |
D | ax25_route.c | 120 struct ax25_routes_struct route; in ax25_rt_ioctl() local 127 if (copy_from_user(&route, arg, sizeof(route))) in ax25_rt_ioctl() 129 if ((ax25_dev = ax25_addr_ax25dev(&route.port_addr)) == NULL) in ax25_rt_ioctl() 131 if (route.digi_count > AX25_MAX_DIGIS) in ax25_rt_ioctl() 134 if (ax25cmp(&ax25_rt->callsign, &route.dest_addr) == 0 && ax25_rt->dev == ax25_dev->dev) { in ax25_rt_ioctl() 139 if (route.digi_count != 0) { in ax25_rt_ioctl() 143 ax25_rt->digipeat->ndigi = route.digi_count; in ax25_rt_ioctl() 144 for (i = 0; i < route.digi_count; i++) { in ax25_rt_ioctl() 146 ax25_rt->digipeat->calls[i] = route.digi_addr[i]; in ax25_rt_ioctl() 154 ax25_rt->callsign = route.dest_addr; in ax25_rt_ioctl() [all …]
|
D | ax25_ip.c | 115 ax25_route *route; in ax25_rebuild_header() local 124 route = ax25_rt_find_route(dst, NULL); in ax25_rebuild_header() 125 dev = route->dev; in ax25_rebuild_header() 134 if (route->ip_mode == 'V' || (route->ip_mode == ' ' && ax25_dev->values[AX25_VALUES_IPDEFMODE])) { in ax25_rebuild_header() 177 &dst_c, route->digipeat, dev); in ax25_rebuild_header() 193 if (route->digipeat != NULL) { in ax25_rebuild_header() 194 if ((ourskb = ax25_rt_build_path(skb, src, dst, route->digipeat)) == NULL) { in ax25_rebuild_header()
|
/linux-2.4.37.9/Documentation/networking/ |
D | policy-routing.txt | 15 REJECT - abort route lookup and return an error value. 16 THROW - abort route lookup in this class. 51 RTRF_LOG - log route creations. 52 RTRF_VALVE - One way route (used with masquerading) 68 If a route is found, return it. 81 or use route utility from current net-tools. 86 route maintenance, but it is ideal for manual configuration. 89 [ dev INPUTDEV] [ pref PREFERENCE ] route [ gw GATEWAY ] 142 route.c has a compilation time switch CONFIG_IP_LOCAL_RT_POLICY.
|
D | pt.txt | 40 /sbin/route add -net 44.136.8.0 netmask 255.255.255.0 dev pt0a 41 /sbin/route add -net 44.0.0.0 netmask 255.0.0.0 gw 44.136.8.68 dev pt0a 42 /sbin/route add -net 138.25.16.0 netmask 255.255.240.0 dev pt0a 43 /sbin/route add -host 44.136.8.255 dev pt0a 48 /sbin/route add -host 44.136.8.216 dev pt0b 49 /sbin/route add -host 44.136.8.95 dev pt0b 50 /sbin/route add -host 44.255.255.255 dev pt0b
|
D | alias.txt | 20 The corresponding route is also set up by this command. 21 Please note: The route always points to the base interface. 34 refer to them as usual (ifconfig, route, etc).
|
D | shaper.txt | 25 route add -net some.network netmask a.b.c.d dev shaper0 39 The shaper is device/route based. This makes it very easy to use 41 multiple route tables to get the flexibility.
|
D | routing.txt | 8 - routing.tgz - original Mike McLagan's route by source patch. 31 - You don't need to do "route add aaa.bbb.ccc... eth0" anymore,
|
D | dmfe.txt | 44 necessary. You can type "route" to check. 46 "route add default eth0"
|
D | arcnet.txt | 365 route add MY.IP.ADD.RESS arc0 366 route add -net SUB.NET.ADD.RESS arc0 372 route add MY.IP.ADD.RESS arc0e 373 route add -net SUB.NET.ADD.RESS arc0e 403 route add insight arc0 404 route add freedom arc0 /* I would use the subnet here (like I said 410 route add default gw freedom 414 route add freedom arc0 415 route add insight arc0 435 determine how to route packets. This means that to get to freedom or [all …]
|
D | sk98lin.txt | 505 Problem: Programs such as 'ifconfig' or 'route' can not be found or the 513 Reason: Your route is not set correctly. 515 route in the 'network configuration'. 516 Check the existing routes with the 'route' command and check 523 Reason: There is an incorrect route in your routing table. 524 Solution: Check the routing table with the command 'route' and read the 525 manual help pages dealing with routes (enter 'man route'). 531 the route of the adapter's network pointed to the 'dummy0'device
|
/linux-2.4.37.9/Documentation/ia64/ |
D | IRQ-redir.txt | 21 Set the delivery mode of interrupt 41 to fixed and route the 25 Set the default route for IRQ number 41 to CPU 6 in lowest priority 33 (i.e. lowest priority mode routing is used), otherwise its route is 63 On large (multi-node) systems it is recommended to route the IRQs to
|
/linux-2.4.37.9/drivers/char/rio/ |
D | proto.h | 128 void generate_id_map( short mapping, ROUTE_STR route[] ); 129 void gen_map( int mapping, int looking_at, int come_from, ROUTE_STR route[], int link, int *ttl ); 130 void adjust_ttl( int mapping, int looking_at, int come_from, ROUTE_STR route[], int link, int *ttl);
|
D | route.h | 76 unsigned char route[NODE_BYTES]; /* Nodes thorough this route */ member
|
/linux-2.4.37.9/net/decnet/ |
D | TODO | 31 o Test route lookup 33 o Test /proc/net/decnet_route route listing works correctly (maybe I'll 34 change the format of this file... atm its very similar to the IPv4 route
|
/linux-2.4.37.9/drivers/net/wan/ |
D | sdlamain.c | 1413 struct rtentry route; in add_gateway() local 1416 memset((char*)&route,0,sizeof(struct rtentry)); in add_gateway() 1419 &(route.rt_dst))->sin_addr.s_addr = 0; in add_gateway() 1421 &(route.rt_dst))->sin_family = AF_INET; in add_gateway() 1424 &(route.rt_genmask))->sin_addr.s_addr = 0; in add_gateway() 1426 &(route.rt_genmask)) ->sin_family = AF_INET; in add_gateway() 1429 route.rt_flags = 0; in add_gateway() 1430 route.rt_dev = dev->name; in add_gateway() 1435 res = ip_rt_ioctl(SIOCADDRT,&route); in add_gateway() 1437 res = ip_rt_new(&route); in add_gateway()
|
D | sdla_ppp.c | 3050 struct rtentry route; in read_info() local 3096 memset(&route, 0, sizeof(route)); in read_info() 3097 route.rt_dev = dev->name; in read_info() 3098 route.rt_flags = 0; in read_info() 3099 ((struct sockaddr_in *)&(route.rt_dst))->sin_addr.s_addr = in read_info() 3101 ((struct sockaddr_in *)&(route.rt_dst))->sin_family = AF_INET; in read_info() 3102 ((struct sockaddr_in *)&(route.rt_genmask))->sin_addr.s_addr = in read_info() 3104 ((struct sockaddr_in *)&(route.rt_genmask))->sin_family = in read_info() 3107 err = ip_rt_new(&route); in read_info() 3144 struct rtentry route; in remove_route() local [all …]
|
/linux-2.4.37.9/Documentation/s390/ |
D | c7000.txt | 55 The route command is used to specify the router as the default route: 57 route add default gw 129.212.61.200
|
/linux-2.4.37.9/net/ipv6/ |
D | Makefile | 13 route.o ip6_fib.o ipv6_sockglue.o ndisc.o udp.o raw.o \
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | iosapic.c | 102 struct pci_vector_struct *route; member 587 for (r = pci_irq.route; r < pci_irq.route + pci_irq.num_routes; r++) in pci_pin_to_gsi() 791 if (0 != acpi_get_prt(&pci_irq.route, &pci_irq.num_routes)) { in iosapic_pci_fixup()
|
/linux-2.4.37.9/drivers/sound/emu10k1/ |
D | efxmgr.h | 55 unsigned long route[NUM_OUTPUTS]; member 198 #define CONNECT(input, output) set_bit(input, &rpatch->route[(output) - OUTPUT_BASE]);
|
/linux-2.4.37.9/net/ipv4/ |
D | Makefile | 14 obj-y := utils.o route.o inetpeer.o proc.o protocol.o \
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | vector.h | 63 net_vec_t vector_modify(net_vec_t entry, int n, int route);
|
/linux-2.4.37.9/Documentation/isdn/ |
D | syncPPP.FAQ | 155 A: At least you must have a route which forwards 158 A default route to the ippp-interface will work. 162 route to the ippp interface, you may take any 164 dynamic IP number and set a 'network route' for
|