Lines Matching refs:ext_port
2523 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
2916 T_ASSERT_TRUE(ext_port->mac_nat, "%s is MAC-NAT interface", in mac_nat_send_response()
2917 ext_port->member_ifname); in mac_nat_send_response()
2926 switch_port_send_udp(ext_port, in mac_nat_send_response()
2931 &ext_port->member_mac, in mac_nat_send_response()