Create overridable macros for copying 2-byte-aligned IP addresses and MAC addresses

This commit is contained in:
goldsimon
2010-04-29 04:57:31 +00:00
parent 01d2a87f5d
commit 72c580236e
5 changed files with 46 additions and 44 deletions

View File

@@ -13,6 +13,10 @@ HISTORY
++ New features:
2010-04-29: Simon Goldschmidt
* ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
2-byte-aligned IP addresses and MAC addresses
2010-04-28: Patch by Bill Auerbach
* ip.c: Inline generating IP checksum to save a function call