Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-head/tests/sys/net/routing/
HDtest_routing_l3.py39 routes = ToolsHelper.get_routes(family)
40 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]
46 routes = ToolsHelper.get_routes(family)
47 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]
74 routes = ToolsHelper.get_routes(family)
75 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]
81 routes = ToolsHelper.get_routes(family)
82 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]
HDtest_rtsock_multipath.py23 routes = ToolsHelper.get_routes(family)
24 return [r for r in routes if r["destination"] == self.PREFIX]
128 routes = self.get_prefix_routes()
129 derived_map = {r["gateway"]: r["weight"] for r in routes}
218 routes = self.get_prefix_routes()
219 derived_map = {r["gateway"]: r["weight"] for r in routes}
/freebsd-head/usr.sbin/ppp/
HDarp.c102 int routes; in arp_ProxySub() local
115 routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET); in arp_ProxySub()
116 if (routes < 0) { in arp_ProxySub()
135 if (ID0write(routes, &arpmsg, arpmsg.hdr.rtm_msglen) < 0 && in arp_ProxySub()
139 close(routes); in arp_ProxySub()
142 close(routes); in arp_ProxySub()
HDradius.h55 struct sticky_route *routes; /* FRAMED Routes */ member
/freebsd-head/contrib/file/magic/Magdir/
HDvacuum-cleaner22 # int32_t route_max; /* 28: 1000 == max. # of routes */
34 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
/freebsd-head/sys/contrib/device-tree/Bindings/interrupt-controller/
Dti,omap4-wugen-mpu4 routes interrupts to the GIC, and also serves as a wakeup source. It
18 - Because this HW ultimately routes interrupts to the GIC, the
Dnvidia,tegra20-ictlr.txt3 All Tegra SoCs contain a legacy interrupt controller that routes
25 - Because this HW ultimately routes interrupts to the GIC, the
/freebsd-head/contrib/ofed/opensm/include/opensm/
HDosm_prefix_route.h59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for …
/freebsd-head/sys/contrib/device-tree/Bindings/sound/
HDrt274.txt16 Pins on the device (for linking into audio routes) for RT274:
HDrt5616.txt17 Pins on the device (for linking into audio routes) for RT5616:
HDwm8904.txt12 Pins on the device (for linking into audio routes):
HDwm8753.txt13 Pins on the device (for linking into audio routes):
HDrt5631.txt11 Pins on the device (for linking into audio routes):
HDtda7419.txt15 Pins on the device (for linking into audio routes):
HDalc5632.txt16 Pins on the device (for linking into audio routes):
HDrt1011.txt31 Pins on the device (for linking into audio routes) for RT1011:
HDrt5514.txt23 Pins on the device (for linking into audio routes) for I2C:
HDes8328.txt15 Pins on the device (for linking into audio routes):
HDmax98090.txt29 Pins on the device (for linking into audio routes):
HDrt5660.txt29 Pins on the device (for linking into audio routes) for RT5660:
HDrt5668.txt30 Pins on the device (for linking into audio routes) for RT5668B:
HDrt5665.txt37 Pins on the device (for linking into audio routes) for RT5659/RT5658:
HDrt5651.txt41 Pins on the device (for linking into audio routes) for RT5651:
HDwm8903.txt39 Pins on the device (for linking into audio routes):
/freebsd-head/libexec/nuageinit/
HDnuageinit141 -- TODO compute the prefixlen for the routes
145 -- -- skip all the routes which are already covered by the default gateway, some provider

123