Searched refs:bytesToHexStr (Results 1 – 3 of 3) sorted by relevance
23 std::string bytesToHexStr(std::span<const uint8_t> bytes);
236 std::string bytesToHexStr(std::span<const uint8_t> bytes) { in bytesToHexStr() function301 LOG(VERBOSE) << bytesToHexStr(msg); in res_pquery()
68 std::string bytesToHexStr(std::span<const uint8_t> bytes) { in bytesToHexStr() function533 LOG(INFO) << bytesToHexStr(query); in removeMappingBinaryPacket()733 LOG(DEBUG) << "request: '" << bytesToHexStr({reinterpret_cast<const uint8_t*>(buffer), len}) in handleDNSRequest()