Lines Matching refs:eth_interfaces
79 static struct net_if *eth_interfaces[2 + IS_ENABLED(CONFIG_ETH_NATIVE_POSIX)]; variable
514 eth_interfaces[0] = iface; in iface_cb()
519 eth_interfaces[1] = iface; in iface_cb()
538 zassert_equal(ud.eth_if_count, sizeof(eth_interfaces) / sizeof(void *), in test_eth_setup()
541 sizeof(eth_interfaces) / sizeof(void *)); in test_eth_setup()
550 iface1 = eth_interfaces[0]; in test_address_setup()
551 iface2 = eth_interfaces[1]; in test_address_setup()
704 iface = eth_interfaces[1]; in test_udp_context_prepare()
709 iface = eth_interfaces[0]; in test_udp_context_prepare()
862 *iface = eth_interfaces[1]; in test_icmp_init()
864 *iface = eth_interfaces[0]; in test_icmp_init()
1324 add_neighbor(eth_interfaces[0], &dst_addr1); in net_chksum_offload_tests_setup()
1325 add_neighbor(eth_interfaces[1], &dst_addr2); in net_chksum_offload_tests_setup()