Searched refs:net_if_lookup_by_dev (Results 1 – 14 of 14) sorted by relevance
49 iface = net_if_lookup_by_dev(dev); in z_net_config_bt_setup()
43 iface = net_if_lookup_by_dev(dev); in z_net_config_ieee802154_setup()
435 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()
120 ifaddr = net_if_ipv6_addr_add(net_if_lookup_by_dev(dev), ctx->ipv6_addr, in dummy_iface_init()126 ifaddr = net_if_ipv4_addr_add(net_if_lookup_by_dev(dev), ctx->ipv4_addr, in dummy_iface_init()
149 iface = net_if_lookup_by_dev(dev); in dsa_tx()
282 iface = net_if_lookup_by_dev(dev); in initialize_test_environment()
314 if ((iface != net_if_lookup_by_dev(DEVICE_GET(eth_test_dummy1))) && in iface_cb()315 (iface != net_if_lookup_by_dev(DEVICE_GET(eth_test_dummy2))) && in iface_cb()316 (iface != net_if_lookup_by_dev(DEVICE_GET(eth_test))) && in iface_cb()
347 iface = net_if_lookup_by_dev(DEVICE_GET(net_arp_test)); in test_arp()
1012 context->iface_master = net_if_lookup_by_dev(dm); in dsa_iface_init()
839 struct net_if *net_if_lookup_by_dev(const struct device *dev);
37 #define TEST_NET_IF net_if_lookup_by_dev(DEVICE_GET(eth_ipv6_net))
1919 iface = net_if_lookup_by_dev(dev); in zsock_setsockopt_ctx()
537 struct net_if *net_if_lookup_by_dev(const struct device *dev) in net_if_lookup_by_dev() function