Added support for static ARP table entries (added option ETHARP_SUPPORT_STATIC_ENTRIES) (+ added test); refactored the etharp code a bit

This commit is contained in:
goldsimon
2010-03-20 11:45:25 +00:00
parent 385d044f7d
commit 5fd410db4b
7 changed files with 589 additions and 229 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __TEST_ETHARP_H__
#define __TEST_ETHARP_H__
#include "../lwip_check.h"
Suite* etharp_suite(void);
#endif