5 #ifndef _RTE_HEXDUMP_H_ 6 #define _RTE_HEXDUMP_H_ 32 rte_hexdump(FILE *f,
const char *title,
const void *buf,
unsigned int len);
47 rte_memdump(FILE *f,
const char *title,
const void *buf,
unsigned int len);
void rte_memdump(FILE *f, const char *title, const void *buf, unsigned int len)
void rte_hexdump(FILE *f, const char *title, const void *buf, unsigned int len)