Searched refs:logcat_hexdump (Results 1 – 4 of 4) sorted by relevance
/external/android-clat/ |
D | dump.h | 43 void logcat_hexdump(const char *info, const uint8_t *data, size_t len);
|
D | dump.c | 227 void logcat_hexdump(const char *info, const uint8_t *data, size_t len) { in logcat_hexdump() function 245 logcat_hexdump(str, iov[i].iov_base, iov[i].iov_len); in dump_iovec()
|
D | ipv4.c | 139 logcat_hexdump("ipv4/protocol", packet, len); in ipv4_packet()
|
D | ipv6.c | 171 logcat_hexdump("ipv6/nxthdr", packet, len); in ipv6_packet()
|