HomeSort by relevance Sort by last modified time
    Searched refs:logcat_hexdump (Results 1 - 4 of 4) sorted by null

  /external/android-clat/
dump.h 31 void logcat_hexdump(const char *info, const char *data, size_t len);
ipv4.c 136 logcat_hexdump("ipv4/protocol", packet, len);
ipv6.c 152 logcat_hexdump("ipv6/nxthdr", packet, len);
dump.c 219 void logcat_hexdump(const char *info, const char *data, size_t len) { function
236 logcat_hexdump(str, iov[i].iov_base, iov[i].iov_len);

Completed in 78 milliseconds