]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Removed all structure packing directives. Protocol header fields are naturally aligne...
authorlikewise <likewise>
Wed, 5 May 2004 19:16:51 +0000 (19:16 +0000)
committerlikewise <likewise>
Wed, 5 May 2004 19:16:51 +0000 (19:16 +0000)
commit79110ba4698719d60be1a5cf2003062e605c73be
tree30783bedd908a72ab208ebe617ece5af8d3c1d16
parent9dd10e46abf7682234da52fdddfee12f159b0d99
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.
doc/sys_arch.txt
src/include/ipv4/lwip/icmp.h
src/include/ipv4/lwip/ip.h
src/include/ipv4/lwip/ip_addr.h
src/include/lwip/arch.h
src/include/lwip/dhcp.h
src/include/lwip/tcp.h
src/include/lwip/udp.h
src/include/netif/etharp.h
src/netif/ppp/vjbsdhdr.h