Searched refs:res_bytes (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/net/mld/src/ |
D | main.c | 645 uint16_t res_bytes; in expect_exclude_mcast_report() local 653 zassert_ok(net_pkt_read_be16(pkt, &res_bytes), "Failed to read reserved bytes"); in expect_exclude_mcast_report() 654 zassert_equal(0, res_bytes, "Reserved bytes must be zeroed"); in expect_exclude_mcast_report() 834 uint16_t res_bytes; in handle_mld_report() local 839 zassert_ok(net_pkt_read_be16(pkt, &res_bytes), "Failed to read reserved bytes"); in handle_mld_report() 840 zassert_equal(0, res_bytes, "Reserved bytes must be zeroed"); in handle_mld_report()
|
/Zephyr-latest/tests/net/ipv6/src/ |
D | main.c | 754 uint32_t res_bytes; in expect_nd_ns() local 760 zassert_ok(net_pkt_read_be32(pkt, &res_bytes), "Failed to read reserved bytes"); in expect_nd_ns() 761 zassert_equal(0, res_bytes, "Reserved bytes must be zeroed"); in expect_nd_ns() 956 uint32_t res_bytes; in expect_dad_ns() local 962 zassert_ok(net_pkt_read_be32(pkt, &res_bytes), "Failed to read reserved bytes"); in expect_dad_ns() 963 zassert_equal(0, res_bytes, "Reserved bytes must be zeroed"); in expect_dad_ns()
|