|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include <pit-iterator.h>
Data Fields | |
| union { | |
| void * current | |
| PitDn * dn | |
| current PitDn More... | |
| PitUp * up | |
| current PitUp More... | |
| }; | |
| int | index |
| index of PitDn/PitUp More... | |
| int | i |
| (pvt) index within this array More... | |
| int | max |
| (pvt) upper bound of this array More... | |
| union { | |
| void * array | |
| PitDn * dns | |
| PitUp * ups | |
| }; | |
| PitEntryExt ** | nextPtr |
| (pvt) next extension More... | |
| union { ... } |
| union { ... } |
| void* PitDnUpIt_::array |
| void* PitDnUpIt_::current |
| PitDn* PitDnUpIt_::dn |
current PitDn
| PitDn* PitDnUpIt_::dns |
| int PitDnUpIt_::i |
(pvt) index within this array
| int PitDnUpIt_::index |
index of PitDn/PitUp
| int PitDnUpIt_::max |
(pvt) upper bound of this array
| PitEntryExt** PitDnUpIt_::nextPtr |
(pvt) next extension
| PitUp* PitDnUpIt_::up |
current PitUp
| PitUp* PitDnUpIt_::ups |