Searched refs:routes (Results 1 – 25 of 57) sorted by relevance
123
/freebsd/tests/sys/net/routing/ |
H A D | 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]
|
H A D | 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/usr.sbin/ppp/ |
H A D | 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()
|
H A D | radius.h | 55 struct sticky_route *routes; /* FRAMED Routes */ member
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | vacuum-cleaner | 22 # int32_t route_max; /* 28: 1000 == max. # of routes */ 34 # int16_t routes[ 1000* 10]; /* 116044: 1000 10-routes */
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A 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
|
H A 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/contrib/ofed/opensm/include/opensm/ |
H A D | osm_prefix_route.h | 59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for …
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | rt274.txt | 16 Pins on the device (for linking into audio routes) for RT274:
|
H A D | rt5616.txt | 17 Pins on the device (for linking into audio routes) for RT5616:
|
H A D | wm8904.txt | 12 Pins on the device (for linking into audio routes):
|
H A D | rt5631.txt | 11 Pins on the device (for linking into audio routes):
|
H A D | wm8753.txt | 13 Pins on the device (for linking into audio routes):
|
H A D | tda7419.txt | 15 Pins on the device (for linking into audio routes):
|
H A D | alc5632.txt | 16 Pins on the device (for linking into audio routes):
|
H A D | rt1011.txt | 31 Pins on the device (for linking into audio routes) for RT1011:
|
H A D | rt5514.txt | 23 Pins on the device (for linking into audio routes) for I2C:
|
H A D | es8328.txt | 15 Pins on the device (for linking into audio routes):
|
H A D | max98090.txt | 29 Pins on the device (for linking into audio routes):
|
H A D | rt5660.txt | 29 Pins on the device (for linking into audio routes) for RT5660:
|
H A D | rt5668.txt | 30 Pins on the device (for linking into audio routes) for RT5668B:
|
H A D | rt5665.txt | 37 Pins on the device (for linking into audio routes) for RT5659/RT5658:
|
H A D | rt5651.txt | 41 Pins on the device (for linking into audio routes) for RT5651:
|
H A D | rt5677.txt | 46 Pins on the device (for linking into audio routes):
|
/freebsd/libexec/nuageinit/ |
H A D | 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