Searched defs:handle_packet (Results 1 – 3 of 3) sorted by relevance
129 static const auto handle_packet = [](Connection* connection, std::unique_ptr<apacket> packet) { in BM_Connection_Echo() local
407 void handle_packet(apacket *p, atransport *t) in handle_packet() function
100 pub fn handle_packet(&self, packet: AttView<'_>) { in handle_packet() method