]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/netif/etharp.h
Removed all structure packing directives. Protocol header fields are naturally aligne...
[pes-rpp/rpp-lwip.git] / src / include / netif / etharp.h
2004-05-05 likewiseRemoved all structure packing directives. Protocol...
2004-05-05 likewiseAs etharp already sends packets from the queue asynchro...
2004-05-05 likewiseetharp_*_input() return value (pbuf) removed; it has...
2004-05-05 likewiseChanged PAD_ETH_SIZE into ETH_PAD_SIZE for consistency...
2004-05-03 janiby default there's no eth padding to preserve preious...
2004-04-28 likewiseRemoved ETHARP_ALWAYS_INSERT.
2004-04-28 likewisePatch of bug #8708 applied which should fix header...
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-04-01 likewiseetharp_query() has error return type now. Matched dhcp...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2003-01-08 likewiseRemoved etharp_output_sent() as etharp.c no longer...
2002-11-18 janiMove etharp packed structures to the header file.
2002-11-11 likewiseChanged static etharp_query() to support queueing packe...
2002-11-08 likewiseSurrounded all #include's for packed structs with ...
2002-11-08 proff_fsAdded includeds for bpstruct and epstruct.
2002-11-04 likewiseFixed NULL pointer bug (#1493). Fix for memory leak...
2002-10-19 likewiseInitial revision