]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Added support for static ARP table entries (added option ETHARP_SUPPORT_STATIC_ENTRIE...
authorgoldsimon <goldsimon>
Sat, 20 Mar 2010 11:45:25 +0000 (11:45 +0000)
committergoldsimon <goldsimon>
Sat, 20 Mar 2010 11:45:25 +0000 (11:45 +0000)
commit5fd410db4b91cc2cbe33e806323aa8a465722947
treeb58d7cb4f5e169d2bc3bc9773238cffedc03345f
parent385d044f7d1ae0bca8fe9a071579966478e6d741
Added support for static ARP table entries (added option ETHARP_SUPPORT_STATIC_ENTRIES) (+ added test); refactored the etharp code a bit
CHANGELOG
src/include/lwip/opt.h
src/include/netif/etharp.h
src/netif/etharp.c
test/unit/etharp/test_etharp.c [new file with mode: 0644]
test/unit/etharp/test_etharp.h [new file with mode: 0644]
test/unit/lwip_unittests.c