batman-adv: Distributed ARP Table - create DHT helper functions
authorAntonio Quartulli <ordex@autistici.org>
Wed, 23 Nov 2011 10:35:44 +0000 (11:35 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 7 Nov 2012 19:00:19 +0000 (20:00 +0100)
commit785ea1144182c341b8b85b0f8180291839d176a8
tree218d58e56db4e2a2ef49c6ab0d889cdb6e1df309
parent0e861a3c4ffef56822e1d51c355e5020deaeaf5a
batman-adv: Distributed ARP Table - create DHT helper functions

Add all the relevant functions in order to manage a Distributed Hash Table over
the B.A.T.M.A.N.-adv network. It will later be used to store several ARP entries
and implement DAT (Distributed ARP Table)

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/Makefile
net/batman-adv/distributed-arp-table.c [new file with mode: 0644]
net/batman-adv/distributed-arp-table.h [new file with mode: 0644]
net/batman-adv/hard-interface.c
net/batman-adv/main.h
net/batman-adv/originator.c
net/batman-adv/types.h
net/batman-adv/unicast.c
net/batman-adv/unicast.h