Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dnet_bridge.c151 u_int test_address_count; member
1932 port->test_address_count = 0; in switch_port_list_verify_rt_table()
1967 port->test_address_count++; in switch_port_list_verify_rt_table()
1974 port->test_address_count, port->num_addrs); in switch_port_list_verify_rt_table()
1976 if (port->test_address_count != port->num_addrs) { in switch_port_list_verify_rt_table()
1998 port->test_address_count = 0; in switch_port_list_verify_mac_nat()
2046 port->test_address_count++; in switch_port_list_verify_mac_nat()
2052 T_ASSERT_EQ(port->test_address_count, 0, in switch_port_list_verify_mac_nat()
2055 port->test_address_count); in switch_port_list_verify_mac_nat()
2061 port->test_address_count, port->num_addrs); in switch_port_list_verify_mac_nat()
[all …]