Searched refs:net_if_lookup_by_dev (Results 1 – 23 of 23) sorted by relevance
102 iface = net_if_lookup_by_dev(DEVICE_DT_GET(PSI_NODE)); in main()113 iface = net_if_lookup_by_dev(DEVICE_DT_GET(VSI_NODE)); in main()
42 iface = net_if_lookup_by_dev(dev); in z_net_config_ieee802154_setup()
507 iface = net_if_lookup_by_dev(dev); in net_config_init_app()
138 struct net_if *iface = net_if_lookup_by_dev(ndev); in netc_eth_phylink_callback()170 context->iface_master = net_if_lookup_by_dev(prv->dev_master); in dsa_netc_iface_init()
297 if ((iface != net_if_lookup_by_dev(DEVICE_GET(eth3_test))) && in iface_cb()298 (iface != net_if_lookup_by_dev(DEVICE_GET(eth2_test))) && in iface_cb()299 (iface != net_if_lookup_by_dev(DEVICE_GET(eth1_test)))) { in iface_cb()
81 struct net_if *iface = net_if_lookup_by_dev(dev); in fake_tx()
493 net_iface = net_if_lookup_by_dev(dev); in test_setup()
1239 net_iface = net_if_lookup_by_dev(dev); in initialize_test_environment()
654 sender = net_if_lookup_by_dev(DEVICE_GET(test_sender_icmp)); in setup()658 receiver = net_if_lookup_by_dev(DEVICE_GET(test_receiver_icmp)); in setup()681 offload_sender = net_if_lookup_by_dev(DEVICE_GET(test_offload)); in setup()
149 iface = net_if_lookup_by_dev(dev); in dsa_tx()
244 test_iface = net_if_lookup_by_dev(DEVICE_GET(net_icmpv6_test)); in setup()
309 if ((iface != net_if_lookup_by_dev(DEVICE_GET(eth_test_dummy1))) && in iface_cb()310 (iface != net_if_lookup_by_dev(DEVICE_GET(eth_test_dummy2))) && in iface_cb()311 (iface != net_if_lookup_by_dev(DEVICE_GET(eth_test))) && in iface_cb()
351 iface = net_if_lookup_by_dev(dev); in sock_dispatch_setsockopt_vmeth()
2423 iface = net_if_lookup_by_dev(dev); in zsock_setsockopt_ctx()
103 struct net_if *iface = net_if_lookup_by_dev(dev); in get_wpa_s_handle()146 struct net_if *iface = net_if_lookup_by_dev(dev); in get_hostapd_handle()1408 struct net_if *iface = net_if_lookup_by_dev(dev);1484 if (!net_if_is_admin_up(net_if_lookup_by_dev(dev))) {1573 struct net_if *iface = net_if_lookup_by_dev(dev);2769 if (!net_if_is_admin_up(net_if_lookup_by_dev(dev))) {
161 ifaddr = net_if_ipv6_addr_add(net_if_lookup_by_dev(dev), ctx->ipv6_addr, in dummy_iface_init()167 ifaddr = net_if_ipv4_addr_add(net_if_lookup_by_dev(dev), ctx->ipv4_addr, in dummy_iface_init()
336 iface = net_if_lookup_by_dev(DEVICE_GET(net_arp_test)); in ZTEST()
1070 context->iface_master = net_if_lookup_by_dev(dm);
489 struct net_if *iface = net_if_lookup_by_dev(dev); in esp32_wifi_connect()
1302 if (!net_if_is_admin_up(net_if_lookup_by_dev(dev))) { in nxp_wifi_stats()1354 if (!net_if_is_admin_up(net_if_lookup_by_dev(dev))) { in nxp_wifi_reset_stats()
1387 struct net_if *net_if_lookup_by_dev(const struct device *dev);
46 #define TEST_NET_IF net_if_lookup_by_dev(DEVICE_GET(eth_ipv6_net))
587 struct net_if *net_if_lookup_by_dev(const struct device *dev) in net_if_lookup_by_dev() function