Go to the source code of this file.
◆ PitFindResult
◆ PitFindResultFlag
Result flag of PIT find, bitwise OR.
◆ PitInsertResult
◆ PitInsertResultKind
Result kind of PIT insert.
◆ PitFindResultFlag
Result flag of PIT find, bitwise OR.
Enumerator |
---|
PIT_FIND_NONE | no PIT match
|
PIT_FIND_PIT0 | matched PIT entry of MustBeFresh=0
|
PIT_FIND_PIT1 | matched PIT entry of MustBeFresh=1
|
PIT_FIND_NEED_DIGEST | need Data digest to determine match, PccEntry is set on PitInsertResult, PIT_FIND_PIT0 and PIT_FIND_PIT1 indicate existence of PIT entries.
|
◆ PitInsertResultKind
Result kind of PIT insert.
Enumerator |
---|
PIT_INSERT_FULL | PIT is full, cannot insert.
|
PIT_INSERT_PIT | created or found PIT entry
|
PIT_INSERT_CS | found existing CS entry that matches the Interest
|