Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dnet_bridge.c92 u_int test_address_count; member
1382 port->test_address_count = 0; in switch_port_list_verify_rt_table()
1417 port->test_address_count++; in switch_port_list_verify_rt_table()
1424 port->test_address_count, port->num_addrs); in switch_port_list_verify_rt_table()
1426 if (port->test_address_count != port->num_addrs) { in switch_port_list_verify_rt_table()
1448 port->test_address_count = 0; in switch_port_list_verify_mac_nat()
1496 port->test_address_count++; in switch_port_list_verify_mac_nat()
1502 T_ASSERT_EQ(port->test_address_count, 0, in switch_port_list_verify_mac_nat()
1505 port->test_address_count); in switch_port_list_verify_mac_nat()
1511 port->test_address_count, port->num_addrs); in switch_port_list_verify_mac_nat()
[all …]