DPDK
18.11.11
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
lib
librte_net
rte_esp.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright 2016 Mellanox Technologies, Ltd
3
*/
4
5
#ifndef _RTE_ESP_H_
6
#define _RTE_ESP_H_
7
14
#include <stdint.h>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
23
struct
esp_hdr
{
24
rte_be32_t
spi
;
25
rte_be32_t
seq
;
26
} __attribute__((__packed__));
27
28
#ifdef __cplusplus
29
}
30
#endif
31
32
#endif
/* RTE_ESP_H_ */
rte_be32_t
uint32_t rte_be32_t
Definition:
rte_byteorder.h:111
esp_hdr::spi
rte_be32_t spi
Definition:
rte_esp.h:24
esp_hdr::seq
rte_be32_t seq
Definition:
rte_esp.h:25
esp_hdr
Definition:
rte_esp.h:23
Generated by
1.8.9.1