Searched refs:net_if_lookup_by_dev (Results 1 – 21 of 21) 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()
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()
1230 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()
2424 iface = net_if_lookup_by_dev(dev); in zsock_setsockopt_ctx()
100 struct net_if *iface = net_if_lookup_by_dev(dev); in get_wpa_s_handle()143 struct net_if *iface = net_if_lookup_by_dev(dev); in get_hostapd_handle()1329 struct net_if *iface = net_if_lookup_by_dev(dev);1405 if (!net_if_is_admin_up(net_if_lookup_by_dev(dev))) {1494 struct net_if *iface = net_if_lookup_by_dev(dev);2684 if (!net_if_is_admin_up(net_if_lookup_by_dev(dev))) {
131 ifaddr = net_if_ipv6_addr_add(net_if_lookup_by_dev(dev), ctx->ipv6_addr, in dummy_iface_init()137 ifaddr = net_if_ipv4_addr_add(net_if_lookup_by_dev(dev), ctx->ipv4_addr, in dummy_iface_init()
347 iface = net_if_lookup_by_dev(DEVICE_GET(net_arp_test)); in ZTEST()
973 context->iface_master = net_if_lookup_by_dev(dm); in dsa_iface_init()
485 struct net_if *iface = net_if_lookup_by_dev(dev); in esp32_wifi_connect()
1322 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))
588 struct net_if *net_if_lookup_by_dev(const struct device *dev) in net_if_lookup_by_dev() function