Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/
H A Dnet_bridge.c2296 mac_nat_send_arp_response(switch_port_t ext_port, switch_port_t port) in mac_nat_send_arp_response() argument
2301 T_ASSERT_TRUE(ext_port->mac_nat, "%s is MAC-NAT interface", in mac_nat_send_arp_response()
2302 ext_port->member_ifname); in mac_nat_send_arp_response()
2312 switch_port_send_arp(ext_port, in mac_nat_send_arp_response()
2316 &ext_port->member_mac, in mac_nat_send_arp_response()
2587 switch_port_t ext_port; in mac_nat_test_nd6_out() local
2593 ext_port = port_list->list; in mac_nat_test_nd6_out()
2595 T_ASSERT_TRUE(ext_port->mac_nat, NULL); in mac_nat_test_nd6_out()
2596 ext_mac = &ext_port->member_mac; in mac_nat_test_nd6_out()
2667 mac_nat_send_response(switch_port_t ext_port, uint8_t af, switch_port_t port) in mac_nat_send_response() argument
[all …]