Searched refs:BadEgress (Results 1 – 1 of 1) sorted by relevance
/external/pigweed/pw_router/ |
D | static_router_test.cc | 55 EgressFunction BadEgress(+[](ConstByteSpan) { in __anon747328760302() variable 61 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() 71 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() 81 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST() 90 constexpr StaticRouter::Route routes[] = {{1, GoodEgress}, {2, BadEgress}}; in TEST()
|