]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Cleanly separate the portability file inet.h and its contents from the stack: moved...
authorgoldsimon <goldsimon>
Fri, 29 Jan 2010 08:20:32 +0000 (08:20 +0000)
committergoldsimon <goldsimon>
Fri, 29 Jan 2010 08:20:32 +0000 (08:20 +0000)
commit5fa0347e64de52722a424275075a168776d24a00
tree5122a4f884249cf449df26cd6d3eeb7c663b45c2
parent32c16fad42fbc78bcad63249acd3ea27b0d7de53
Cleanly separate the portability file inet.h and its contents from the stack: moved htonX- functions to def.h (and the new def.c - they are not ipv4 dependent), let inet.h depend on ip_addr.h and not the other way round. This fixes bug #28732.
25 files changed:
CHANGELOG
src/api/netdb.c
src/core/def.c [new file with mode: 0644]
src/core/dhcp.c
src/core/dns.c
src/core/ipv4/icmp.c
src/core/ipv4/igmp.c
src/core/ipv4/inet.c
src/core/ipv4/inet_chksum.c
src/core/ipv4/ip.c
src/core/ipv4/ip_addr.c
src/core/ipv4/ip_frag.c
src/core/raw.c
src/core/tcp_in.c
src/core/tcp_out.c
src/core/udp.c
src/include/ipv4/lwip/inet.h
src/include/ipv4/lwip/ip_addr.h
src/include/lwip/def.h
src/include/lwip/netif.h
src/include/lwip/raw.h
src/netif/etharp.c
src/netif/ppp/auth.c
src/netif/ppp/ipcp.c
src/netif/ppp/ppp.c