Home
last modified time | relevance | path

Searched defs:PacketParser (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_router/
H A Ddocs.rst17 PacketParser section in Common router interfaces
32 Egresses are invoked with the ``PacketParser`` used to process the packet. This argument
H A Dstatic_router_test.cc64 EgressFunction GoodEgress(+[](ConstByteSpan, const PacketParser&) { in __anone2f307ac0202()
67 EgressFunction BadEgress(+[](ConstByteSpan, const PacketParser&) { in __anone2f307ac0302()
/aosp_15_r20/external/pigweed/pw_router/size_report/
H A Dstatic_router_with_one_route.cc58 const pw::router::PacketParser&) { in __anondc03ac9c0302()
/aosp_15_r20/external/python/bumble/bumble/transport/
Dcommon.py98 class PacketParser: class