]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
2004-11-25 Leon Woestenberg <leon.woestenberg@gmx.net>
authorlikewise <likewise>
Thu, 25 Nov 2004 13:33:07 +0000 (13:33 +0000)
committerlikewise <likewise>
Thu, 25 Nov 2004 13:33:07 +0000 (13:33 +0000)
commitfd49ee3c8d9ae9253e3534a99017b16950785e47
treed23f9f3f6f83fcf09ed97eedeb719e8bf11a8350
parent3488a5c3c45aea1e2b3e7749949c2389e8094e9c
  2004-11-25 Leon Woestenberg <leon.woestenberg@gmx.net>
  * ipv4/ip_addr.h: Renamed ip_addr_maskcmp() to _netcmp() as we are
    comparing network addresses (identifiers), not the network masks
    themselves.
  * ipv4/ip_addr.c: ip_addr_isbroadcast() now checks that the given
    IP address actually belongs to the network of the given interface.
src/core/ipv4/ip.c
src/core/ipv4/ip_addr.c
src/core/ipv6/ip6.c
src/core/ipv6/ip6_addr.c
src/include/ipv4/lwip/ip_addr.h
src/include/ipv6/lwip/ip_addr.h