lwip/src
Erik Ekman 264a5a3e97 Rename IP and Ethernet equality checkers from _cmp to _eq
Functions ending in cmp are expected to return 0 on equality but these
return non-zero.

eth_addr_cmp -> eth_addr_eq

ip_addr_cmp -> ip_addr_eq
ip4_addr_cmp -> ip4_addr_eq
ip6_addr_cmp -> ip6_addr_eq

ip_addr_netcmp -> ip_addr_net_eq
ip4_addr_netcmp -> ip4_addr_net_eq
ip6_addr_netcmp -> ip6_addr_net_eq

ip_addr_cmp_zoneless -> ip_addr_zoneless_eq
ip6_addr_cmp_zoneless -> ip6_addr_zoneless_eq

ip6_addr_cmp_zone -> ip6_addr_zone_eq
ip6_addr_netcmp_zoneless -> ip6_addr_net_zoneless_eq
ip6_addr_nethostcmp -> ip6_addr_nethost_eq
ip6_addr_cmp_packed -> ip6_addr_packed_eq
ip6_addr_cmp_solicitednode -> ip6_addr_solicitednode_eq

All call sites have been changed, and fallback macros have been added to not
break external users.
2020-07-07 18:51:45 +02:00
..
api Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
apps Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
core Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
include Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
netif Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
Filelists.cmake mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
Filelists.mk mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00