|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include <packet.h>
Data Fields | |
| uint8_t | a_ [22] |
| FaceID | rxFace |
| uint8_t | b_ [8] |
| union { | |
| uint32_t packet_type_ | |
| struct { | |
| uint16_t c_: 16 | |
| uint8_t l2type: 4 | |
| uint8_t l3type: 4 | |
| } | |
| }; | |
| uint8_t | d_ [92] |
| RTE_MARKER | endofMbuf_ |
| uint8_t | nackReason |
| uint8_t | congMark |
| union { ... } |
| uint8_t SgPacket::a_[22] |
| uint8_t SgPacket::b_[8] |
| uint16_t SgPacket::c_ |
| uint8_t SgPacket::congMark |
| uint8_t SgPacket::d_[92] |
| RTE_MARKER SgPacket::endofMbuf_ |
| uint8_t SgPacket::l2type |
| uint8_t SgPacket::l3type |
| uint8_t SgPacket::nackReason |
| uint32_t SgPacket::packet_type_ |
| FaceID SgPacket::rxFace |