Hybrid ICN (hICN) plugin  v21.06-rc0-4-g18fa668
Functions
utils.h File Reference
#include "hicn.h"
Include dependency graph for utils.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)
 

Detailed Description

Helpers to print hicn headers

Function Documentation

◆ hicn_print4()

always_inline void hicn_print4 ( hicn_header_t hicn0)

@Brief Print the ipv4 hicn header (src and dst address and port)

Parameters
hicn0hICN header to print

◆ hicn_print6()

always_inline void hicn_print6 ( hicn_header_t hicn0)

@Brief Print the ipv6 hicn header (src and dst address and port)

Parameters
hicn0hICN header to print

◆ hicn_print_name6()

always_inline void hicn_print_name6 ( hicn_name_t name)

@Brief Print the hicn name

Parameters
namehicn name to print