Searched refs:routes (Results 1 – 25 of 57) sorted by relevance
123
| /freebsd-head/tests/sys/net/routing/ |
| HD | test_routing_l3.py | 39 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]
|
| HD | test_rtsock_multipath.py | 23 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/ |
| HD | arp.c | 102 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()
|
| HD | radius.h | 55 struct sticky_route *routes; /* FRAMED Routes */ member
|
| /freebsd-head/contrib/file/magic/Magdir/ |
| HD | vacuum-cleaner | 22 # 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/ |
| D | ti,omap4-wugen-mpu | 4 routes interrupts to the GIC, and also serves as a wakeup source. It 18 - Because this HW ultimately routes interrupts to the GIC, the
|
| D | nvidia,tegra20-ictlr.txt | 3 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/ |
| HD | osm_prefix_route.h | 59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for …
|
| /freebsd-head/sys/contrib/device-tree/Bindings/sound/ |
| HD | rt274.txt | 16 Pins on the device (for linking into audio routes) for RT274:
|
| HD | rt5616.txt | 17 Pins on the device (for linking into audio routes) for RT5616:
|
| HD | wm8904.txt | 12 Pins on the device (for linking into audio routes):
|
| HD | wm8753.txt | 13 Pins on the device (for linking into audio routes):
|
| HD | rt5631.txt | 11 Pins on the device (for linking into audio routes):
|
| HD | tda7419.txt | 15 Pins on the device (for linking into audio routes):
|
| HD | alc5632.txt | 16 Pins on the device (for linking into audio routes):
|
| HD | rt1011.txt | 31 Pins on the device (for linking into audio routes) for RT1011:
|
| HD | rt5514.txt | 23 Pins on the device (for linking into audio routes) for I2C:
|
| HD | es8328.txt | 15 Pins on the device (for linking into audio routes):
|
| HD | max98090.txt | 29 Pins on the device (for linking into audio routes):
|
| HD | rt5660.txt | 29 Pins on the device (for linking into audio routes) for RT5660:
|
| HD | rt5668.txt | 30 Pins on the device (for linking into audio routes) for RT5668B:
|
| HD | rt5665.txt | 37 Pins on the device (for linking into audio routes) for RT5659/RT5658:
|
| HD | rt5651.txt | 41 Pins on the device (for linking into audio routes) for RT5651:
|
| HD | wm8903.txt | 39 Pins on the device (for linking into audio routes):
|
| /freebsd-head/libexec/nuageinit/ |
| HD | nuageinit | 141 -- TODO compute the prefixlen for the routes 145 -- -- skip all the routes which are already covered by the default gateway, some provider
|
123