DPDK 22.11.4
rte_hexdump.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
3 */
4
5#ifndef _RTE_HEXDUMP_H_
6#define _RTE_HEXDUMP_H_
7
13#include <stdio.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
32extern void
33rte_hexdump(FILE *f, const char * title, const void * buf, unsigned int len);
34
48void
49rte_memdump(FILE *f, const char * title, const void * buf, unsigned int len);
50
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* _RTE_HEXDUMP_H_ */
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)