Skip to content

Commit

Permalink
routingtable.h: rm outdated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotterleben committed Aug 16, 2016
1 parent 544b266 commit 30ffa70
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions sys/net/gnrc/routing/aodvv2/routingtable.h
Expand Up @@ -156,24 +156,6 @@ void routingtable_break_and_get_all_hopping_over(struct netaddr *hop,
bool routingtable_offers_improvement(struct aodvv2_routing_entry_t *rt_entry,
struct node_data *node_data);

/**
* Fills a routing table entry with the data of a RREQ.
* @param packet_data the RREQ's data
* @param rt_entry the routing table entry to fill
* @param link_cost the link cost for this RREQ
*/
void routingtable_fill_routing_entry_t_rreq(struct aodvv2_packet_data *packet_data,
struct aodvv2_routing_entry_t *rt_entry);

/**
* Fills a routing table entry with the data of a RREP.
* @param packet_data the RREP's data
* @param rt_entry the routing table entry to fill
* @param link_cost the link cost for this RREP
*/
void routingtable_fill_routing_entry_t_rrep(struct aodvv2_packet_data *packet_data,
struct aodvv2_routing_entry_t *rt_entry);

void print_routingtable(void);
void print_routingtable_entry(struct aodvv2_routing_entry_t *rt_entry);

Expand Down

0 comments on commit 30ffa70

Please sign in to comment.