]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
- prework for fixing bug #45029: access IPv4 configuration of struct netif via new...
authorsg <goldsimon@gmx.de>
Thu, 20 Aug 2015 20:39:48 +0000 (22:39 +0200)
committersg <goldsimon@gmx.de>
Thu, 20 Aug 2015 20:39:48 +0000 (22:39 +0200)
commit177c06b1f16bd81826934850f82dd3f0dafda595
treee6ae0494779150f1cf4f76661cd34a7f67496b9e
parentcc348dcca26e4dd84b8ef27e8c67f7aff5b57dd1
- prework for fixing bug #45029: access IPv4 configuration of struct netif via new API (netif_ip4_addr()/netif_ip4_netmask()/netif_ip4_gw()) instead of accessing the struct member directly. This way, we can change the struct member types from ip4_addr_t to ip_addr_t;
- fixed some bugs in calls to ip4_addr*() where the cast to u8_t* did not reveal the wrong address type
15 files changed:
src/core/dhcp.c
src/core/dns.c
src/core/ipv4/autoip.c
src/core/ipv4/ip4.c
src/core/ipv4/ip4_addr.c
src/core/ipv6/ip6_addr.c
src/core/netif.c
src/core/snmp/mib2.c
src/core/udp.c
src/include/lwip/ip4.h
src/include/lwip/ip4_addr.h
src/include/lwip/ip_addr.h
src/include/lwip/netif.h
src/include/netif/etharp.h
src/netif/etharp.c