Structure of the entry payload within a leaf node. More...
Data Fields | |
| unsigned char | magic [1] |
| CCN_BT_CONTENT_MAGIC. | |
| unsigned char | ctype [3] |
| Type. | |
| unsigned char | cobsz [4] |
| Size in bytes of ContentObject. | |
| unsigned char | ncomp [2] |
| number of name components | |
| unsigned char | flags [1] |
| CCN_RCFLAG_*. | |
| unsigned char | ttpad [1] |
| Reserved until 20 Aug 4147 07:32:16 GMT. | |
| unsigned char | timex [6] |
| Timestamp from content object. | |
| unsigned char | actim [6] |
| Accession time, Timestamp format. | |
| unsigned char | cobid [8] |
| Where the actual ContentObject is. | |
| unsigned char | ppkdg [32] |
| PublisherPublicKeyDigest. | |
Structure of the entry payload within a leaf node.
Definition at line 35 of file btree_content.h.
| unsigned char ccn_btree_content_payload::actim[6] |
Accession time, Timestamp format.
Definition at line 43 of file btree_content.h.
| unsigned char ccn_btree_content_payload::cobid[8] |
Where the actual ContentObject is.
Definition at line 44 of file btree_content.h.
Referenced by ccn_btree_content_cobid().
| unsigned char ccn_btree_content_payload::cobsz[4] |
Size in bytes of ContentObject.
Definition at line 38 of file btree_content.h.
Referenced by ccn_btree_content_cobsz(), and ccn_btree_insert_content().
| unsigned char ccn_btree_content_payload::ctype[3] |
| unsigned char ccn_btree_content_payload::flags[1] |
CCN_RCFLAG_*.
Definition at line 40 of file btree_content.h.
Referenced by ccn_btree_insert_content().
| unsigned char ccn_btree_content_payload::magic[1] |
CCN_BT_CONTENT_MAGIC.
Definition at line 36 of file btree_content.h.
Referenced by ccn_btree_insert_content(), and ccn_btree_match_interest().
| unsigned char ccn_btree_content_payload::ncomp[2] |
number of name components
Definition at line 39 of file btree_content.h.
Referenced by ccn_btree_insert_content(), ccn_btree_match_interest(), and ccn_flatname_append_from_ccnb().
| unsigned char ccn_btree_content_payload::ppkdg[32] |
PublisherPublicKeyDigest.
Definition at line 45 of file btree_content.h.
Referenced by ccn_btree_insert_content(), and ccn_btree_match_interest().
| unsigned char ccn_btree_content_payload::timex[6] |
Timestamp from content object.
Definition at line 42 of file btree_content.h.
Referenced by ccn_btree_insert_content().
| unsigned char ccn_btree_content_payload::ttpad[1] |
Reserved until 20 Aug 4147 07:32:16 GMT.
Definition at line 41 of file btree_content.h.
Referenced by ccn_btree_insert_content().
1.6.3