lwip/src/core/ipv4
2015-04-24 21:23:15 +02:00
..
autoip.c added functions dhcp/autoip_supplied_address() to check for the source of address assignemnt (replacement for NETIF_FLAG_DHCP) 2015-04-24 21:23:15 +02:00
icmp.c Added some macros with extension "_val" that work on actual instances and leave away the "if != NULL" check to get rid of gcc "-Waddress" warnings in the core code at least (I might not have caught all of them, yet) 2015-04-22 12:43:03 +02:00
igmp.c igmp.c: fixed -Waddress, removed dead code 2015-04-22 12:50:26 +02:00
ip4_addr.c more "const" fixes 2015-04-23 09:59:15 +02:00
ip4.c fixed missing casts found with msvc /Wall 2015-04-22 13:38:10 +02:00
ip_frag.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00