lwip/src/netif
likewise 79110ba469 Removed all structure packing directives. Protocol header fields are naturally aligned by design.
(Earlier, the 14-byte ethernet header screwed this up, this had already been fixed by adding two pad bytes.)
Assumption is that compilers do not align with larger-than-sizeof(type) boundaries.
Pre-tag PRE_PACK_REMOVE. Post-tag POST_TAG_REMOVE.
2004-05-05 19:16:51 +00:00
..
ppp Removed all structure packing directives. Protocol header fields are naturally aligned by design. 2004-05-05 19:16:51 +00:00
etharp.c Fix three bugs during tests. 2004-05-05 18:33:01 +00:00
ethernetif.c As etharp already sends packets from the queue asynchronously, also make it send packet submitted through etharp_output(). 2004-05-05 18:28:42 +00:00
FILES Cleanups in PPP: C++ comments removed, make it compile for unixsim too. Does not work yet only compiles 2003-05-30 08:49:34 +00:00
loopif.c Merged from DEVEL, except for the API change in etharp.c. 2004-02-07 00:30:03 +00:00
slipif.c 23/02/2003 - Kieran Mansley - kieranm@gtemail.net 2004-02-23 10:15:06 +00:00