Home
last modified time | relevance | path

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

1234

/freebsd/tests/sys/net/routing/
H A Dtest_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]
H A Dtest_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/usr.sbin/ppp/
H A Darp.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()
H A Dradius.h55 struct sticky_route *routes; /* FRAMED Routes */ member
/freebsd/contrib/file/magic/Magdir/
H A Dvacuum-cleaner22 # 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 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
H A 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/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-tsa.yaml116 '^fsl,[rt]x-ts-routes$':
119 A list of tuple that indicates the Tx or Rx time-slots routes.
195 fsl,tx-ts-routes = <2 0>, /* TS 0..1 */
200 fsl,rx-ts-routes = <2 0>, /* TS 0..1 */
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_prefix_route.h59 #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 Drt274.txt16 Pins on the device (for linking into audio routes) for RT274:
H A Drt5616.txt17 Pins on the device (for linking into audio routes) for RT5616:
H A Dwm8904.txt12 Pins on the device (for linking into audio routes):
H A Drt5631.txt11 Pins on the device (for linking into audio routes):
H A Dwm8753.txt13 Pins on the device (for linking into audio routes):
H A Dtda7419.txt15 Pins on the device (for linking into audio routes):
H A Dalc5632.txt16 Pins on the device (for linking into audio routes):
H A Drealtek,rt5616.yaml10 Pins on the device (for linking into audio routes) for RT5616:
H A Drt1011.txt31 Pins on the device (for linking into audio routes) for RT1011:
H A Dmaxim,max9867.yaml11 Pins on the device (for linking into audio routes):
H A Dwlf,wm8753.yaml10 Pins on the device (for linking into audio routes):
H A Drt5514.txt23 Pins on the device (for linking into audio routes) for I2C:
H A Drealtek,alc5632.yaml10 Pins on the device (for linking into audio routes):
H A Des8328.txt15 Pins on the device (for linking into audio routes):
H A Dmax98090.txt29 Pins on the device (for linking into audio routes):
H A Drt5660.txt29 Pins on the device (for linking into audio routes) for RT5660:

1234