lwip/src/netif
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
..
ppp Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
bridgeif_fdb.c Whitespace cleanup lwIP 2018-10-22 20:53:58 +02:00
bridgeif.c bridgeif/slipif/zepif: check that input callback is not NULL 2018-06-13 10:53:50 +02:00
ethernet.c Fix and simplify newlines in doxygen documentation 2019-03-28 08:18:20 +01:00
FILES Added a RFC7668 netif. 2018-02-23 13:07:31 +01:00
lowpan6_ble.c Add #define for minimum IPv6 MTU length 2019-03-28 08:16:47 +01:00
lowpan6_common.c Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
lowpan6.c Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
slipif.c Fix and simplify newlines in doxygen documentation 2019-03-28 08:18:20 +01:00
zepif.c zepif: Copy possibly chained output pbuf properly 2020-07-03 18:55:08 +02:00