Home
last modified time | relevance | path

Searched full:router (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/openbmc/bmcweb/test/http/
H A Drouter_test.cpp26 TEST(Router, AllowHeader) in TEST() argument
32 Router router; in TEST() local
40 router.validate(); in TEST()
41 EXPECT_EQ(router.findRoute(req).allowHeader, ""); in TEST()
42 EXPECT_EQ(router.findRoute(req).route.rule, nullptr); in TEST()
44 router.newRuleTagged<getParameterTag(url)>(std::string(url)) in TEST()
46 router.validate(); in TEST()
47 EXPECT_EQ(router.findRoute(req).allowHeader, "GET"); in TEST()
48 EXPECT_NE(router.findRoute(req).route.rule, nullptr); in TEST()
51 EXPECT_EQ(router.findRoute(patchReq).route.rule, nullptr); in TEST()
[all …]
/openbmc/linux/arch/x86/pci/
Dirq.c
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dintel,irq-router.txt1 Intel Interrupt Router Device Binding
4 The device tree node which describes the operation of the Intel Interrupt Router
8 - reg : Specifies the interrupt router's PCI configuration space address as
10 - compatible = "intel,irq-router"
15 - intel,ibase-offset : IBASE register offset in the interrupt router's PCI
21 in the interrupt router's PCI configuration space, or IBASE.
24 The second cell is the total number of PIRQ links the router supports.
28 register offset from the interrupt router's base address. If this property
43 #include <dt-bindings/interrupt-router/intel-irq.h>
45 irq-router@1f,0 {
[all …]
/openbmc/linux/net/qrtr/
DKconfig
/openbmc/linux/tools/testing/selftests/net/
Dtraceroute.sh
Dndisc_unsolicited_na_test.sh
Darp_ndisc_untracked_subnets.sh
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
Dprestera_router_hw.c
Dprestera_router.c
/openbmc/u-boot/arch/x86/include/asm/
H A Dpirq_routing.h42 u8 rtr_bus; /* busno of the interrupt router */
43 u8 rtr_devfn; /* devfn of the interrupt router */
45 u16 rtr_vendor; /* Vendor ID of the interrupt router */
46 u16 rtr_device; /* Device ID of the interrupt router */
72 * implementation of interrupt router may be different.
74 * @dev: irq router's udevice
90 * implementation of interrupt router may be different.
92 * @dev: irq router's udevice
105 * implementation of interrupt router may be different.
107 * @dev: irq router's udevice
[all …]
H A Dirq.h9 #include <dt-bindings/interrupt-router/intel-irq.h>
12 * Intel interrupt router configuration mechanism
14 * There are two known ways of Intel interrupt router configuration mechanism
31 * Intel interrupt router control block
41 * @lb_bdf: irq router's PCI bus/device/function number encoding
/openbmc/webui-vue/docs/customization/
H A Dbuild.md8 - [Router](#router)
54 ## Router section in Build Customization
56 **tip** [Vue Router](https://router.vuejs.org/guide/) determines which pages are
59 1. If making customizations to the default router, add `CUSTOM_ROUTER=true` key
61 2. Create a `<ENV_NAME>.js` file in `src/env/router` **danger** The filename
63 routes import in `src/router/index.js` will resolve to this new file.
64 3. Define new [routes](https://router.vuejs.org/api/#routes). **tip** Use static
71 The Vue Router definition is closely tied to the app navigation but should be
72 configured separately. The Vue Router is responsible for defining the
/openbmc/linux/tools/testing/selftests/netfilter/
Dipip-conntrack-mtu.sh
/openbmc/bmcweb/http/
H A Dapp.hpp47 router.handleUpgrade(req, asyncResp, std::forward<Adaptor>(adaptor)); in handleUpgrade()
53 router.handle(req, asyncResp); in handle()
58 return router.newRuleDynamic(rule); in routeDynamic()
64 return router.newRuleTagged<Tag>(std::move(rule)); in route()
69 router.validate(); in validate()
173 router.debugPrint(); in debugPrint()
179 return router.getRoutes(root); in getRoutes()
183 return router.getRoutes(parent); in getRoutes()
188 Router router; member in crow::App
/openbmc/webui-vue/src/router/
H A Dindex.js1 import { createRouter, createWebHashHistory } from 'vue-router';
9 const router = createRouter({ constant
22 // The privilege for the specific router was verified using the
23 // exclusiveToRoles roles in the router.
40 router.beforeEach((to, from, next) => {
61 export default router;
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Doemrouter.hpp28 /// Router Interface class.
29 /// @brief Abstract Router Interface
30 class Router class
33 virtual ~Router() {} in ~Router()
50 /// Expose mutable Router for configuration & activation.
52 /// @returns pointer to OEM Router to use.
53 Router* mutableRouter();
/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/
Dfsl,vf610-mscm-ir.txt
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
Dti,sci-intr.yaml
/openbmc/linux/drivers/irqchip/
Dirq-ti-sci-intr.c
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/
H A Dgbmc-ra.sh38 echo "Router is ourself, ignoring" >&2
45 # It's important that this happens before the main table default router is configured.
76 echo "Set router $rtr on $RA_IF" >&2
89 echo "Del router $rtr on $RA_IF" >&2
131 elif [[ "$line" =~ ^Router' 'lifetime' '*:' '*([0-9]*) ]]; then
156 # a non-default router
167 # We also want to take the first router we find to speed up acquisition on boot.
176 # Only update router properties if we use this router
202 echo "Old router $old_rtr disappeared" >&2
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/
H A Dradvd_2.20.bb1 SUMMARY = "IPv6 router advertisement daemon"
2 DESCRIPTION = "radvd is the router advertisement daemon for IPv6. It \
3 listens to router solicitations and sends router \
8 choose a default router based on these advertisements."
/openbmc/u-boot/arch/x86/dts/
H A Dqemu-x86_q35.dts8 #include <dt-bindings/interrupt-router/intel-irq.h>
10 /* ICH9 IRQ router has discrete PIRQ control registers */
72 irq-router {
73 compatible = "intel,irq-router";
/openbmc/linux/arch/arm/boot/dts/broadcom/
Dbcm4709-buffalo-wxr-1900dhp.dts
/openbmc/linux/net/ipv6/
DKconfig
/openbmc/phosphor-pid-control/ipmi/
H A Dmain_ipmi.cpp39 oem::Router* router = oem::mutableRouter(); in setupGlobalOemFanControl() local
46 router->registerHandler( in setupGlobalOemFanControl()

12345678910>>...12