Searched refs:NET_IF_GET (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | test_ifaces.c | 114 struct net_if *ifa1 = NET_IF_GET(test_iface_a1, 0); 115 struct net_if *ifa2 = NET_IF_GET(test_iface_a2, 0); 116 struct net_if *ifb = NET_IF_GET(test_iface_b, 0); 117 struct net_if *ifni = NET_IF_GET(test_iface_ni, 0); 118 struct net_if *ifnull = NET_IF_GET(test_iface_null, 0); 119 struct net_if *ifnone = NET_IF_GET(test_iface_none, 0);
|
/Zephyr-latest/tests/net/offloaded_netdev/src/ |
D | main.c | 132 net_if_down(NET_IF_GET(sock_offload_test_impl, 0)); in net_offloaded_netdev_before() 133 net_if_down(NET_IF_GET(sock_offload_test_no_impl, 0)); in net_offloaded_netdev_before() 134 net_if_down(NET_IF_GET(net_offload_test_impl, 0)); in net_offloaded_netdev_before() 135 net_if_down(NET_IF_GET(net_offload_test_impl, 0)); in net_offloaded_netdev_before() 144 struct net_if *test_iface = NET_IF_GET(sock_offload_test_impl, 0); in ZTEST() 175 struct net_if *test_iface = NET_IF_GET(sock_offload_test_no_impl, 0); in ZTEST() 206 struct net_if *test_iface = NET_IF_GET(net_offload_test_impl, 0); in ZTEST() 237 struct net_if *test_iface = NET_IF_GET(net_offload_test_no_impl, 0); in ZTEST() 268 struct net_if *test_iface = NET_IF_GET(sock_offload_test_impl, 0); in ZTEST() 301 struct net_if *test_iface = NET_IF_GET(sock_offload_test_impl, 0); in ZTEST() [all …]
|
/Zephyr-latest/tests/net/conn_mgr_monitor/src/ |
D | test_ifaces.c | 151 struct net_if *if_simp_a = NET_IF_GET(test_if_simple_a, 0); 152 struct net_if *if_simp_b = NET_IF_GET(test_if_simple_b, 0); 153 struct net_if *if_conn_a = NET_IF_GET(test_if_connected_a, 0); 154 struct net_if *if_conn_b = NET_IF_GET(test_if_connected_b, 0); 155 struct net_if *if_dummy_eth = NET_IF_GET(test_if_dummy_eth, 0);
|
/Zephyr-latest/include/zephyr/net/ |
D | conn_mgr_connectivity_impl.h | 219 .iface = NET_IF_GET(dev_id, inst), \
|
D | net_if.h | 3252 #define NET_IF_GET(dev_id, sfx) \ macro 3284 NET_IF_GET(dev_id, sfx)); \ 3285 NET_STATS_PROMETHEUS(NET_IF_GET(dev_id, sfx), \ 3310 NET_IF_GET(dev_id, sfx)); \ 3311 NET_STATS_PROMETHEUS(NET_IF_GET(dev_id, sfx), \
|
/Zephyr-latest/subsys/net/l2/virtual/ipip/ |
D | ipip.c | 641 ipip_context_data_##x.iface = NET_IF_GET(ipip_##x, x)
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | vlan.c | 92 vlan_context_data_##x.iface = NET_IF_GET(vlan_##x, x)
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 1650 data->net_iface = NET_IF_GET(Z_DEVICE_DT_DEV_ID(DT_DRV_INST(0)), 0); in esp_init()
|