mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +00:00
test passing
This commit is contained in:
parent
5da7e95fa9
commit
2a29247081
@ -204,7 +204,8 @@ START_TEST(test_ip6_aton_ipv4mapped)
|
|||||||
const char *shortened_ipv4_mapped_addr = "::FFFF:212.204.101.210";
|
const char *shortened_ipv4_mapped_addr = "::FFFF:212.204.101.210";
|
||||||
const char *bogus_ipv4_mapped_addr = "::FFFF:212.204.101.2101";
|
const char *bogus_ipv4_mapped_addr = "::FFFF:212.204.101.2101";
|
||||||
const char *ipv6_block_too_long = "1234:5678:9aBc:acDef:1122:3344:5566:7788";
|
const char *ipv6_block_too_long = "1234:5678:9aBc:acDef:1122:3344:5566:7788";
|
||||||
LWIP_UNUSED_ARG(_i);
|
|
||||||
|
LWIP_UNUSED_ARG(_i);
|
||||||
|
|
||||||
/* check IPv6 representation */
|
/* check IPv6 representation */
|
||||||
memset(&addr6, 0, sizeof(addr6));
|
memset(&addr6, 0, sizeof(addr6));
|
||||||
|
Loading…
Reference in New Issue
Block a user