lwip/test
Jonathan Neuschäfer c2f9244137 test/fuzz: Fix use of htons vs. ntohs
Although ntohs and htons perform equivalent operations (a byte swap on
little-endian platforms), their semantic roles (as implied by the names)
are different.

In fuzz_common.c, we get integers from simulated network packages, and
convert them for host CPU use, so ntohs is the right variant to use.
2023-05-11 22:10:32 +02:00
..
fuzz test/fuzz: Fix use of htons vs. ntohs 2023-05-11 22:10:32 +02:00
sockets sockets_stresstest: fix typo (&1, not %1) 2018-04-20 07:52:35 +02:00
unit ci: fix compiling test_tcp_state.c; add to msvc project 2023-05-11 20:26:21 +02:00