Searched refs:route (Results 176 - 200 of 243) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c109 #include <net/route.h>
115 #include <linux/route.h>
208 static int have_default_route; /* Gateway for default route added */
328 * mark the interface down, delete default route and/or proxy arp entry.
1412 * /proc/net/route parsing stuff.
1427 * close_route_table - close the interface to the route table
1440 * open_route_table - open the interface to the route table
1450 path = path_to_procfs("/net/route");
1495 * read_route_table - read the next entry from the route table
1528 * defaultroute_exists - determine if there is a default route
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dmain.c37 #include <net/route.h>
40 #include <net/route.h>
281 LOG(log_error, logtype_atalkd, "as_timer: can't route %u.%u to loop: %s",
293 * Configure for no router operation. Wait for a route
305 LOG(log_error, logtype_atalkd, "as_timer: can't route %u.%u to loopback: %s",
425 * We've not been updated for this route in a while. If
427 * use, mark the route as down (POISON), and look for a
428 * better route. If one is found, delete this route and use
429 * the new one. If it's not found, mark the route a
[all...]
H A Dmulticast.c21 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_route.c103 /* Free bgp route information. */
157 /* Compare two bgp route entity. br is preferable then return 1. */
201 /* 3. Local route check. */
279 first (the oldest one). This step minimizes route-flap, since a
281 preferred route based on the additional decision criteria below. */
443 /* Apply BGP route map to the attribute. */
447 /* Free newly generated AS path and community by route-map. */
478 /* Do not send back route to sender. */
576 /* A route from a Client peer. */
589 /* A route fro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dmain.c37 #include <net/route.h>
40 #include <net/route.h>
281 LOG(log_error, logtype_atalkd, "as_timer: can't route %u.%u to loop: %s",
293 * Configure for no router operation. Wait for a route
305 LOG(log_error, logtype_atalkd, "as_timer: can't route %u.%u to loopback: %s",
425 * We've not been updated for this route in a while. If
427 * use, mark the route as down (POISON), and look for a
428 * better route. If one is found, delete this route and use
429 * the new one. If it's not found, mark the route a
[all...]
H A Dmulticast.c21 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c807 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpptp.c48 #include <net/route.h> /* for struct rtable and routing */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dapplets.h276 USE_ROUTE(APPLET(route, _BB_DIR_SBIN, _BB_SUID_NEVER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Daarp.c22 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.c22 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dclip.c21 #include <linux/ip.h> /* for net/route.h */
31 #include <net/route.h> /* for struct rtable and routing */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netfilter.c43 #include <net/route.h>
272 * ip_route_input() will also fail if there is no route available.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c48 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_table.c29 #include <linux/route.h> /* RTF_xxx */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/econet/
H A Daf_econet.c26 #include <linux/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c42 #include <net/route.h>
408 case SIOCADDRT: /* Add a route */
409 case SIOCDELRT: /* Delete a route */
H A Dfib_hash.c40 #include <net/route.h>
160 printk(KERN_CRIT "route.c: bad divisor %d!\n", old_divisor);
986 * This outputs /proc/net/route.
1071 if (!proc_net_fops_create("route", S_IRUGO, &fib_seq_fops))
1078 proc_net_remove("route");
H A Dfib_semantics.c41 #include <net/route.h>
481 so that gatewayed route is direct.
483 described not by an ifaddr, but also by a direct route.
495 "link" is direct route,
497 and "universe" is true gateway route with global meaning.
1179 fair weighted route distribution.
1199 /* Race condition: route has just become dead. */
1224 /* Race condition: route has just become dead. */
H A Dicmp.c81 #include <net/route.h>
265 * route.c too, but these work for packet destinations while xrlim_allow
H A Draw.c60 #include <linux/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_core.c39 #include <net/route.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Ddatagram.c25 #include <linux/route.h>
144 * Check for a route to destination an obtain the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_u32.c54 #include <net/route.h>
H A Dem_meta.c70 #include <net/route.h>

Completed in 228 milliseconds

12345678910