Searched refs:bytesToHexStr (Results 1 – 3 of 3) sorted by relevance
23 std::string bytesToHexStr(std::span<const uint8_t> bytes);
234 std::string bytesToHexStr(std::span<const uint8_t> bytes) { in bytesToHexStr() function299 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()734 << bytesToHexStr(std::span(reinterpret_cast<const uint8_t*>(buffer), len)) in handleDNSRequest()