Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/ !
H A Dnet_bridge.c2523 mac_nat_send_arp_response(switch_port_t ext_port, switch_port_t port) in mac_nat_send_arp_response() argument
2528 T_ASSERT_TRUE(ext_port->mac_nat, "%s is MAC-NAT interface", in mac_nat_send_arp_response()
2529 ext_port->member_ifname); in mac_nat_send_arp_response()
2539 switch_port_send_arp(ext_port, in mac_nat_send_arp_response()
2543 &ext_port->member_mac, in mac_nat_send_arp_response()
2831 switch_port_t ext_port; in mac_nat_test_nd6_out() local
2837 ext_port = port_list->list; in mac_nat_test_nd6_out()
2839 T_ASSERT_TRUE(ext_port->mac_nat, NULL); in mac_nat_test_nd6_out()
2840 ext_mac = &ext_port->member_mac; in mac_nat_test_nd6_out()
2911 mac_nat_send_response(switch_port_t ext_port, uint8_t af, switch_port_t port) in mac_nat_send_response() argument
[all …]