Lines Matching refs:records_count
58 uint16_t records_count; member
644 uint16_t records_count; in expect_exclude_mcast_report() local
656 zassert_ok(net_pkt_read_be16(pkt, &records_count), "Failed to read addr count"); in expect_exclude_mcast_report()
657 zexpect_equal(records_count, 1, "Incorrect record count "); in expect_exclude_mcast_report()
842 zassert_ok(net_pkt_read_be16(pkt, &info->records_count), "Failed to read addr count"); in handle_mld_report()
843 zexpect_between_inclusive(info->records_count, 0, MLD_REPORT_ADDR_COUNT, in handle_mld_report()
846 for (size_t i = 0; i < info->records_count; ++i) { in handle_mld_report()
875 zassert_equal(info->records_count, 1, "Invalid number of reported addresses"); in add_mcast_route_and_verify()
898 zassert_equal(info->records_count, 1, "Invalid number of reported addresses"); in del_mcast_route_and_verify()
957 zassert_equal(info->records_count, get_mcast_addr_count(dummy_iface) + 2, in verify_mcast_routes_in_mld()
1006 for (int i = 0; i < info.records_count; ++i) { in ZTEST()
1011 zassert_equal(info.records_count, get_mcast_addr_count(iface), in ZTEST()