zephyr/tests/net
Carlos Stuart 75f77db432 include: misc: util.h: Rename min/max to MIN/MAX
There are issues using lowercase min and max macros when compiling a C++
application with a third-party toolchain such as GNU ARM Embedded when
using some STL headers i.e. <chrono>.

This is because there are actual C++ functions called min and max
defined in some of the STL headers and these macros interfere with them.
By changing the macros to UPPERCASE, which is consistent with almost all
other pre-processor macros this naming conflict is avoided.

All files that use these macros have been updated.

Signed-off-by: Carlos Stuart <carlosstuart1970@gmail.com>
2019-02-14 22:16:03 -05:00
..
6lo net/private: Rename net_hexdump_frags to net_pkt_hexdump 2019-02-12 20:24:02 -05:00
all net: http: Remove HTTP client and server APIs 2019-01-25 11:21:20 -05:00
arp net: pkt: convert remaining users of ref to atomic_ref 2019-01-29 09:22:14 +02:00
buf cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
checksum_offload net/ethernet: Remove inserted L2 header buffer 2019-02-08 14:24:03 +02:00
context net/ethernet: Remove inserted L2 header buffer 2019-02-08 14:24:03 +02:00
dhcpv4 cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
ethernet_mgmt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
icmpv6 tests/icmpv6: Real packet length must be given 2019-02-01 14:34:38 +02:00
ieee802154 net/private: Rename net_hexdump_frags to net_pkt_hexdump 2019-02-12 20:24:02 -05:00
iface cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
ip-addr cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
ipv6 net/udp: Remove net_pkt_udp_data() function 2019-02-12 20:24:02 -05:00
ipv6_fragment net/udp: Remove useless net_udp_set_chksum 2019-02-12 20:24:02 -05:00
lib tests: CONFIG_NET* fixup 2019-02-08 13:57:55 +02:00
mgmt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mld net/icmp: Remove useless icmp functions using legacy net_pkt API 2019-02-12 20:24:02 -05:00
neighbor cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
net_pkt net/pkt: Remove useless legacy net_frag_linearize function 2019-02-12 20:24:02 -05:00
net_pkt_new net/pkt: Rename net_pkt_copy_new to net_pkt_copy 2019-02-12 20:24:02 -05:00
promiscuous cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
ptp/clock net: app: Remove net-app API files 2019-02-01 12:29:21 +02:00
route cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
socket tests: socket: misc: Add test for gethostname() 2019-02-08 10:39:30 +02:00
tcp include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
traffic_class net/ethernet: Remove inserted L2 header buffer 2019-02-08 14:24:03 +02:00
trickle cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
tx_timestamp net: app: Remove net-app API files 2019-02-01 12:29:21 +02:00
udp net/private: Rename net_hexdump_frags to net_pkt_hexdump 2019-02-12 20:24:02 -05:00
utils net/sockets: Adapt net_pkt_get_src_addr to new net_pkt API 2019-02-12 20:24:02 -05:00
vlan net: app: Remove net-app API files 2019-02-01 12:29:21 +02:00