Lines Matching refs:ext_port
1967 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
2345 T_ASSERT_TRUE(ext_port->mac_nat, "%s is MAC-NAT interface", in mac_nat_send_response()
2346 ext_port->member_ifname); in mac_nat_send_response()
2355 switch_port_send_udp(ext_port, in mac_nat_send_response()
2360 &ext_port->member_mac, in mac_nat_send_response()