Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c1692 uint16_t last_hdr_pos = 0U; in ZTEST() local
1709 ret = net_ipv6_find_last_ext_hdr(pkt, &next_hdr_pos, &last_hdr_pos); in ZTEST()
1713 zassert_equal(last_hdr_pos, sizeof(struct net_ipv6_hdr), in ZTEST()
1726 uint16_t last_hdr_pos = 0U; in ZTEST() local
1743 ret = net_ipv6_find_last_ext_hdr(pkt, &next_hdr_pos, &last_hdr_pos); in ZTEST()
1748 zassert_equal(last_hdr_pos, sizeof(struct net_ipv6_hdr) + 8, in ZTEST()
1761 uint16_t last_hdr_pos = 0U; in ZTEST() local
1780 ret = net_ipv6_find_last_ext_hdr(pkt, &next_hdr_pos, &last_hdr_pos); in ZTEST()
1784 zassert_equal(last_hdr_pos, 112, "Last header position wrong"); in ZTEST()
1793 net_pkt_skip(pkt, last_hdr_pos); in ZTEST()
[all …]