Lines Matching full:forwarded
486 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_scenario1()
487 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario1()
489 "unexpected forwarded packet count"); in test_route_mcast_scenario1()
506 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_scenario1()
507 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario1()
509 "unexpected forwarded packet count"); in test_route_mcast_scenario1()
546 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_scenario2()
547 zassert_false(iface_2_forwarded, "iface_2 forwarded"); in test_route_mcast_scenario2()
548 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario2()
549 zassert_equal(forwarding_counter, 0, "wrong count forwarded packets"); in test_route_mcast_scenario2()
566 zassert_false(iface_2_forwarded, "iface_2 forwarded"); in test_route_mcast_scenario2()
567 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario2()
568 zassert_equal(forwarding_counter, 1, "wrong count forwarded packets"); in test_route_mcast_scenario2()
605 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario3()
606 zassert_equal(forwarding_counter, 2, "wrong count forwarded packets"); in test_route_mcast_scenario3()
624 zassert_false(iface_2_forwarded, "iface_2 forwarded"); in test_route_mcast_scenario3()
625 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario3()
626 zassert_equal(forwarding_counter, 1, "wrong count forwarded packets"); in test_route_mcast_scenario3()
645 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_scenario3()
646 zassert_false(iface_2_forwarded, "iface_2 forwarded"); in test_route_mcast_scenario3()
647 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario3()
648 zassert_equal(forwarding_counter, 0, "wrong count forwarded packets"); in test_route_mcast_scenario3()
656 * to the iface_3 is forwarded only to iface_2 as configured in in test_route_mcast_multiple_route_ifaces()
662 * forwarded also to iface_1. in test_route_mcast_multiple_route_ifaces()
665 * NOT forwarded to iface_1 as it was removed from the list. in test_route_mcast_multiple_route_ifaces()
690 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_multiple_route_ifaces()
691 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_multiple_route_ifaces()
692 zassert_equal(forwarding_counter, 1, "unexpected forwarded packet count"); in test_route_mcast_multiple_route_ifaces()
717 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_multiple_route_ifaces()
718 zassert_equal(forwarding_counter, 2, "unexpected forwarded packet count"); in test_route_mcast_multiple_route_ifaces()
739 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_multiple_route_ifaces()
740 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_multiple_route_ifaces()
741 zassert_equal(forwarding_counter, 1, "unexpected forwarded packet count"); in test_route_mcast_multiple_route_ifaces()