Home
last modified time | relevance | path

Searched refs:dest_ipv4_addr_not_found (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/net/pmtu/src/
Dmain.c72 static struct in_addr dest_ipv4_addr_not_found = { { { 1, 2, 3, 4 } } }; variable
315 net_ipaddr_copy(&dest_ipv4.sin_addr, &dest_ipv4_addr_not_found); in ZTEST()