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 |
| unsigned | filedesc |
| locally unique number identifying fdholder | |
Keeps track of the faces that interests matching a given name prefix may be forwarded to.
Definition at line 328 of file ccnd_private.h.
time remaining, in seconds
Definition at line 331 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 329 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::filedesc |
locally unique number identifying fdholder
Definition at line 409 of file ccnr_private.h.
Referenced by collect_forwarding_html(), and collect_forwarding_xml().
| unsigned ccn_forwarding::flags |
CCN_FORW_* - c.f.
<ccn/reg_mgnt.h>
Definition at line 330 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 332 of file ccnd_private.h.
Referenced by age_forwarding(), ccnd_req_unreg(), collect_forwarding_html(), collect_forwarding_xml(), finalize_nameprefix(), r_fwd_finalize_nameprefix(), seek_forwarding(), and update_forward_to().
1.6.3