Keeps track of the faces that interests matching a given name prefix may be forwarded to. More...
Data Fields | |
unsigned | faceid |
locally unique number identifying face | |
unsigned | flags |
CCN_FORW_* - c.f. | |
int | expires |
time remaining, in seconds | |
struct ccn_forwarding * | next |
Keeps track of the faces that interests matching a given name prefix may be forwarded to.
Definition at line 325 of file ccnd_private.h.
time remaining, in seconds
Definition at line 328 of file ccnd_private.h.
Referenced by age_forwarding(), ccnd_reg_prefix(), collect_forwarding_html(), collect_forwarding_xml(), and seek_forwarding().
unsigned ccn_forwarding::faceid |
locally unique number identifying face
Definition at line 326 of file ccnd_private.h.
Referenced by age_forwarding(), ccnd_req_unreg(), collect_forwarding_html(), collect_forwarding_xml(), seek_forwarding(), and update_forward_to().
unsigned ccn_forwarding::flags |
CCN_FORW_* - c.f.
<ccn/reg_mgnt.h>
Definition at line 327 of file ccnd_private.h.
Referenced by age_forwarding(), ccnd_reg_prefix(), collect_forwarding_html(), collect_forwarding_xml(), seek_forwarding(), and update_forward_to().
struct ccn_forwarding* ccn_forwarding::next |
Definition at line 329 of file ccnd_private.h.
Referenced by age_forwarding(), ccnd_req_unreg(), collect_forwarding_html(), collect_forwarding_xml(), finalize_nameprefix(), seek_forwarding(), and update_forward_to().