15 #ifndef NDN_DUMMY_FACE_H    16 #define NDN_DUMMY_FACE_H    18 #include "../forwarder/forwarder.h"    45 #endif // NDN_DUMMY_FACE_H ndn_face_intf_t intf
The inherited interface abstraction.
Definition: dummy-face.h:31
 
ndn_dummy_face_t * ndn_dummy_face_construct()
Construct the dummy face and initialize its state.
Definition: dummy-face.c:66
 
The structure to represent a dummy face.
Definition: dummy-face.h:27
 
struct ndn_dummy_face ndn_dummy_face_t
The structure to represent a dummy face.
 
Abstract NDN network face.
Definition: face.h:62