Searched refs:dump_packet (Results 1 – 3 of 3) sorted by relevance
49 std::string dump_packet(const char* name, const char* func, const apacket* p);
221 std::string dump_packet(const char* name, const char* func, const apacket* p) { in dump_packet() function
561 VLOG(TRANSPORT) << dump_packet(t->serial.c_str(), "to remote", p); in send_packet()1216 VLOG(TRANSPORT) << dump_packet(serial.c_str(), "from remote", p.get()); in HandleRead()