Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dnet_bridge.c1967 mac_nat_send_arp_response(switch_port_t ext_port, switch_port_t port) in mac_nat_send_arp_response() argument
1972 T_ASSERT_TRUE(ext_port->mac_nat, "%s is MAC-NAT interface", in mac_nat_send_arp_response()
1973 ext_port->member_ifname); in mac_nat_send_arp_response()
1983 switch_port_send_arp(ext_port, in mac_nat_send_arp_response()
1987 &ext_port->member_mac, in mac_nat_send_arp_response()
2260 switch_port_t ext_port; in mac_nat_test_nd6_out() local
2266 ext_port = port_list->list; in mac_nat_test_nd6_out()
2268 T_ASSERT_TRUE(ext_port->mac_nat, NULL); in mac_nat_test_nd6_out()
2269 ext_mac = &ext_port->member_mac; in mac_nat_test_nd6_out()
2340 mac_nat_send_response(switch_port_t ext_port, uint8_t af, switch_port_t port) in mac_nat_send_response() argument
[all …]