Data Fields | |
struct ielinks * | next |
next in list | |
struct ielinks * | prev |
previous in list | |
struct nameprefix_entry * | npe |
owning npe, or NULL for head |
Definition at line 301 of file ccnd_private.h.
struct ielinks* ielinks::next |
next in list
Definition at line 302 of file ccnd_private.h.
Referenced by ccnd_collect_stats(), check_nameprefix_entries(), consume_matching_interests(), finalize_interest(), finalize_nameprefix(), link_interest_entry_to_nameprefix(), and nameprefix_seek().
struct nameprefix_entry* ielinks::npe |
owning npe, or NULL for head
Definition at line 304 of file ccnd_private.h.
Referenced by adjust_predicted_response(), finalize_interest(), get_fib_npe(), link_interest_entry_to_nameprefix(), nameprefix_seek(), process_incoming_interest(), strategy_callout(), and update_npe_children().
struct ielinks* ielinks::prev |
previous in list
Definition at line 303 of file ccnd_private.h.
Referenced by finalize_interest(), link_interest_entry_to_nameprefix(), and nameprefix_seek().