Accessors and mutators for parsed Interest messages. More...
Go to the source code of this file.
Functions | |
intmax_t | ccn_interest_lifetime (const unsigned char *msg, const struct ccn_parsed_interest *pi) |
int | ccn_interest_lifetime_seconds (const unsigned char *msg, const struct ccn_parsed_interest *pi) |
Accessors and mutators for parsed Interest messages.
Definition in file ccn_interest.c.
intmax_t ccn_interest_lifetime | ( | const unsigned char * | msg, | |
const struct ccn_parsed_interest * | pi | |||
) |
Definition at line 32 of file ccn_interest.c.
Referenced by ccn_construct_interest(), ccn_interest_lifetime_seconds(), main(), process_incoming_interest(), and propagate_interest().
int ccn_interest_lifetime_seconds | ( | const unsigned char * | msg, | |
const struct ccn_parsed_interest * | pi | |||
) |
Definition at line 56 of file ccn_interest.c.
Referenced by main(), and process_incoming_interest().