Searched refs:logcat_hexdump (Results 1 - 4 of 4) sorted by relevance

/external/android-clat/
H A Ddump.h37 void logcat_hexdump(const char *info, const uint8_t *data, size_t len);
H A Dipv4.c138 logcat_hexdump("ipv4/protocol", packet, len);
H A Dipv6.c170 logcat_hexdump("ipv6/nxthdr", packet, len);
H A Ddump.c226 void logcat_hexdump(const char *info, const uint8_t *data, size_t len) { function
244 logcat_hexdump(str, iov[i].iov_base, iov[i].iov_len);

Completed in 149 milliseconds