Home
last modified time | relevance | path

Searched refs:EgressFunction (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_router/public/pw_router/
Degress_function.h23 class EgressFunction final : public Egress {
25 constexpr EgressFunction(Status (*func)(ConstByteSpan)) : func_(*func) {} in EgressFunction() function
/external/pigweed/pw_router/
Dstatic_router_test.cc54 EgressFunction GoodEgress(+[](ConstByteSpan) { return OkStatus(); }); in __anon747328760202()
55 EgressFunction BadEgress(+[](ConstByteSpan) { in __anon747328760302()
Ddocs.rst63 .. ``PacketParser`` implementation and a single route using an ``EgressFunction``.
/external/pigweed/pw_router/size_report/
Dstatic_router_with_one_route.cc58 pw::router::EgressFunction sys_io_egress(+[](pw::ConstByteSpan packet) { in __anon3bab10e60302()