Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c1946 sa_family_t family, uint8_t expected_ttl, in test_check_ttl() argument
2019 if (expected_ttl > 0) { in test_check_ttl()
2020 zassert_equal(ipv4->ttl, expected_ttl, in test_check_ttl()
2022 ipv4->ttl, expected_ttl); in test_check_ttl()
2032 if (expected_ttl > 0) { in test_check_ttl()
2033 zassert_equal(ipv6->hop_limit, expected_ttl, in test_check_ttl()
2035 ipv6->hop_limit, expected_ttl); in test_check_ttl()
2060 if (expected_ttl > 0) { in test_check_ttl()
2103 if (expected_ttl > 0) { in test_check_ttl()