NDN-DPDK
High-Speed Named Data Networking Forwarder
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
_
b
c
d
e
f
h
i
l
m
n
p
r
s
t
u
Variables
_
b
c
d
e
f
g
i
l
m
p
r
s
t
v
w
Typedefs
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Enumerations
Enumerator
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Macros
a
b
c
d
f
h
i
l
m
n
p
r
s
t
u
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
csrc
strategyapi
packet.h
Go to the documentation of this file.
1
#ifndef NDNDPDK_STRATEGYAPI_PACKET_H
2
#define NDNDPDK_STRATEGYAPI_PACKET_H
3
6
#include "../ndni/an.h"
7
#include "
common.h
"
8
9
typedef
struct
SgPacket
{
10
uint8_t
a_
[22];
11
FaceID
rxFace
;
12
uint8_t
b_
[8];
13
union
{
14
uint32_t
packet_type_
;
15
struct
{
16
uint16_t
c_
: 16;
17
uint8_t
l2type
: 4;
18
uint8_t
l3type
: 4;
19
};
20
};
21
uint8_t
d_
[92];
22
RTE_MARKER
endofMbuf_
;
23
uint8_t
nackReason
;
24
uint8_t
congMark
;
25
}
SgPacket
;
26
27
#endif
// NDNDPDK_STRATEGYAPI_PACKET_H
FaceID
uint16_t FaceID
Numeric face identifier.
Definition:
faceid.h:13
SgPacket
struct SgPacket SgPacket
SgPacket
Definition:
packet.h:9
SgPacket::packet_type_
uint32_t packet_type_
Definition:
packet.h:14
SgPacket::b_
uint8_t b_[8]
Definition:
packet.h:12
SgPacket::nackReason
uint8_t nackReason
Definition:
packet.h:23
SgPacket::c_
uint16_t c_
Definition:
packet.h:16
SgPacket::rxFace
FaceID rxFace
Definition:
packet.h:11
SgPacket::endofMbuf_
RTE_MARKER endofMbuf_
Definition:
packet.h:22
SgPacket::l3type
uint8_t l3type
Definition:
packet.h:18
SgPacket::d_
uint8_t d_[92]
Definition:
packet.h:21
SgPacket::a_
uint8_t a_[22]
Definition:
packet.h:10
SgPacket::congMark
uint8_t congMark
Definition:
packet.h:24
SgPacket::l2type
uint8_t l2type
Definition:
packet.h:17
common.h
Generated by
1.9.1