Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/ !
H A Dnet_bridge.c92 u_int test_address_count; member
1705 port->test_address_count = 0; in switch_port_list_verify_rt_table()
1740 port->test_address_count++; in switch_port_list_verify_rt_table()
1747 port->test_address_count, port->num_addrs); in switch_port_list_verify_rt_table()
1749 if (port->test_address_count != port->num_addrs) { in switch_port_list_verify_rt_table()
1771 port->test_address_count = 0; in switch_port_list_verify_mac_nat()
1819 port->test_address_count++; in switch_port_list_verify_mac_nat()
1825 T_ASSERT_EQ(port->test_address_count, 0, in switch_port_list_verify_mac_nat()
1828 port->test_address_count); in switch_port_list_verify_mac_nat()
1834 port->test_address_count, port->num_addrs); in switch_port_list_verify_mac_nat()
[all …]