![]() |
ndn-lite
|
Functions | |
int | ndn_dummy_face_up (struct ndn_face_intf *self) |
int | ndn_dummy_face_send (struct ndn_face_intf *self, const uint8_t *packet, uint32_t size) |
int | ndn_dummy_face_down (struct ndn_face_intf *self) |
void | ndn_dummy_face_destroy (struct ndn_face_intf *self) |
ndn_dummy_face_t * | ndn_dummy_face_construct () |
Construct the dummy face and initialize its state. More... | |
ndn_dummy_face_t* ndn_dummy_face_construct | ( | ) |
Construct the dummy face and initialize its state.
void ndn_dummy_face_destroy | ( | struct ndn_face_intf * | self | ) |
int ndn_dummy_face_down | ( | struct ndn_face_intf * | self | ) |
int ndn_dummy_face_send | ( | struct ndn_face_intf * | self, |
const uint8_t * | packet, | ||
uint32_t | size | ||
) |
int ndn_dummy_face_up | ( | struct ndn_face_intf * | self | ) |