lwip/test/unit
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 Fix typos using codespell 2020-02-15 21:45:41 +01:00
arch fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FULLDUPLEX 2019-07-10 21:29:13 +02:00
core Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
dhcp unit: Support check v0.13.0 and later 2020-06-19 15:39:15 +02:00
etharp Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00
ip4 ip4: Fix missing END_TEST in ip4 test case 2020-07-01 21:09:49 +02:00
ip6 Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
mdns Fix-more-typos-using-codespell 2020-02-15 21:45:53 +01:00
mqtt Fix mqtt unit test broken after 684adaca 2018-10-12 21:18:39 +02:00
tcp Fix typos using codespell 2020-02-15 21:45:41 +01:00
udp udp: fix udp_bind for IPADDR_TYPE_ANY 2019-02-26 14:48:44 +01:00
Filelists.cmake dns: Verify setting/getting servers in unit test 2020-07-04 18:57:41 +02:00
Filelists.mk dns: Verify setting/getting servers in unit test 2020-07-04 18:57:41 +02:00
lwip_check.h unit: Support check v0.13.0 and later 2020-06-19 15:39:15 +02:00
lwip_unittests.c dns: Verify setting/getting servers in unit test 2020-07-04 18:57:41 +02:00
lwipopts.h unit: Enable DNS 2020-07-04 14:24:40 +02:00