Lines Matching +full:initial +full:- +full:timeout +full:- +full:ms
1 /* main.c - Application main entry point */
6 * SPDX-License-Identifier: Apache-2.0
100 #define THREAD_SLEEP 50 /* ms */
295 zassert_equal(entry->mtu, 1300, "PMTU IPv4 MTU is not correct (%d)", in ZTEST()
296 entry->mtu); in ZTEST()
312 zassert_equal(entry->mtu, 1500, "PMTU IPv4 MTU is not correct (%d)", in ZTEST()
313 entry->mtu); in ZTEST()
317 zassert_equal(ret, -ENOENT, "PMTU IPv4 MTU update succeed (%d)", ret); in ZTEST()
339 zassert_equal(entry->mtu, 1600, "PMTU IPv6 MTU is not correct (%d)", in ZTEST()
340 entry->mtu); in ZTEST()
356 zassert_equal(entry->mtu, 1800, "PMTU IPv6 MTU is not correct (%d)", in ZTEST()
357 entry->mtu); in ZTEST()
361 zassert_equal(ret, -ENOENT, "PMTU IPv6 MTU update succeed (%d)", ret); in ZTEST()
384 zassert_equal(entry->mtu, 1450, "PMTU IPv4 MTU is not correct (%d)", in ZTEST()
385 entry->mtu); in ZTEST()
412 zassert_equal(entry->mtu, 1650, "PMTU IPv6 MTU is not correct (%d)", in ZTEST()
413 entry->mtu); in ZTEST()
521 return -ENOMEM; in create_icmpv6_ptb()
524 dest6 = &dst->sin6_addr; in create_icmpv6_ptb()
525 src6 = &src->sin6_addr; in create_icmpv6_ptb()
575 /* Set initial MTU for the destination */ in ZTEST()
647 return -ENOMEM; in create_icmpv4_dest_unreach()
650 dest4 = &dst->sin_addr; in create_icmpv4_dest_unreach()
651 src4 = &src->sin_addr; in create_icmpv4_dest_unreach()
701 /* Set initial MTU for the destination */ in ZTEST()
742 zassert_true(0, "Timeout while waiting pmtu changed event"); in ZTEST()
770 zassert_true(0, "Timeout while waiting pmtu changed event"); in ZTEST()
795 /* Set initial MTU for the destination */ in ZTEST()
801 err = -errno; in ZTEST()
808 err = -errno; in ZTEST()
809 zexpect_equal(ret, -1, "setsockopt failed (%d)", err); in ZTEST()
834 /* Set initial MTU for the destination */ in ZTEST()
840 err = -errno; in ZTEST()
847 err = -errno; in ZTEST()
854 err = -errno; in ZTEST()