|
Hybrid ICN (hICN) plugin
v21.06-rc0-4-g18fa668
|
#include "hicn.h"
Go to the source code of this file.
Functions | |
| always_inline void | hicn_print_name6 (hicn_name_t *name) |
| always_inline void | hicn_print6 (hicn_header_t *hicn0) |
| always_inline void | hicn_print4 (hicn_header_t *hicn0) |
Helpers to print hicn headers
| always_inline void hicn_print4 | ( | hicn_header_t * | hicn0 | ) |
@Brief Print the ipv4 hicn header (src and dst address and port)
| hicn0 | hICN header to print |
| always_inline void hicn_print6 | ( | hicn_header_t * | hicn0 | ) |
@Brief Print the ipv6 hicn header (src and dst address and port)
| hicn0 | hICN header to print |
| always_inline void hicn_print_name6 | ( | hicn_name_t * | name | ) |
@Brief Print the hicn name
| name | hicn name to print |
1.8.17