|
Hybrid ICN (hICN) plugin
v21.06-rc0-4-g18fa668
|
Go to the source code of this file.
Macros | |
| #define | foreach_hicn_error |
| #define | _(a, b, c) HICN_ERROR_##a = (b), |
| #define | get_error_string(errno) |
Enumerations | |
| enum | hicn_error_t { HICN_N_ERROR, HICN_N_ERROR } |
Variables | |
| typedef | __attribute__ |
| const char * | HICN_ERROR_STRING [] |
Error codes for the hICN plugin.
| #define get_error_string | ( | errno | ) |
| __attribute__ |
Key definition for the mhash table. An face is uniquely identified by ip address, the interface id and a dpo pointing to the next node in the vlib graph. The ip address can correspond to the remote ip address of the next hicn hop, or to the local address of the receiving interface. The former is used to retrieve the incoming face when an interest is received, the latter when the arring packet is a data. If the face is a regular face In case of iface, the following structure can be filled in different ways:
1.8.17