Searched refs:get_br_counter_unicast_outbound_packets (Results 1 – 4 of 4) sorted by relevance
154 r1_counter = r1.get_br_counter_unicast_outbound_packets()155 r2_counter = r2.get_br_counter_unicast_outbound_packets()159 verify(r1_counter == r1.get_br_counter_unicast_outbound_packets())160 verify(r2_counter + 1 == r2.get_br_counter_unicast_outbound_packets())166 r1_counter = r1.get_br_counter_unicast_outbound_packets()167 r4_counter = r4.get_br_counter_unicast_outbound_packets()171 verify(r1_counter + 3 == r1.get_br_counter_unicast_outbound_packets())172 verify(r4_counter == r4.get_br_counter_unicast_outbound_packets())177 r1_counter = r1.get_br_counter_unicast_outbound_packets()178 r4_counter = r4.get_br_counter_unicast_outbound_packets()[all …]
132 verify(br2.get_br_counter_unicast_outbound_packets() == 1)145 verify(br2.get_br_counter_unicast_outbound_packets() == 2)157 verify(br2.get_br_counter_unicast_outbound_packets() == 3)
192 r1_counter = r1.get_br_counter_unicast_outbound_packets()196 verify(r1_counter + 1 == r1.get_br_counter_unicast_outbound_packets())203 r1_counter = r1.get_br_counter_unicast_outbound_packets()207 verify(r1_counter + 1 == r1.get_br_counter_unicast_outbound_packets())
481 def get_br_counter_unicast_outbound_packets(self): member in Node