DPDK
25.11.0
Toggle main menu visibility
Loading...
Searching...
No Matches
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
12
13
#include <stdio.h>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
31
void
32
rte_hexdump
(FILE *f,
const
char
*title,
const
void
*buf,
unsigned
int
len);
33
46
void
47
rte_memdump
(FILE *f,
const
char
*title,
const
void
*buf,
unsigned
int
len);
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* _RTE_HEXDUMP_H_ */
rte_memdump
void rte_memdump(FILE *f, const char *title, const void *buf, unsigned int len)
rte_hexdump
void rte_hexdump(FILE *f, const char *title, const void *buf, unsigned int len)
lib
eal
include
rte_hexdump.h
Generated by
1.17.0