Home
last modified time | relevance | path

Searched refs:NET_IF_GET_NAME (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/net/npf/src/
Dmain.c113 #define dummy_iface_a NET_IF_GET_NAME(dummy_iface_a, 0)[0]
114 #define dummy_iface_b NET_IF_GET_NAME(dummy_iface_b, 0)[0]
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3249 #define NET_IF_GET_NAME(dev_id, sfx) __net_if_##dev_id##_##sfx macro
3253 ((struct net_if *)&NET_IF_GET_NAME(dev_id, sfx))
3271 NET_IF_GET_NAME(dev_id, sfx)[_num_configs] \
3297 NET_IF_GET_NAME(dev_id, sfx)[NET_IF_MAX_CONFIGS] \
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c352 if (PART_OF_ARRAY(NET_IF_GET_NAME(eth_fake, 0), iface)) { in iface_cb()
/Zephyr-latest/tests/net/virtual/src/
Dmain.c320 if (PART_OF_ARRAY(NET_IF_GET_NAME(eth_test, 0), iface)) { in iface_cb()
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c573 if (PART_OF_ARRAY(NET_IF_GET_NAME(eth_fake, 0), iface)) { in iface_cb()
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c1015 if (PART_OF_ARRAY(NET_IF_GET_NAME(eth_fake, 0), iface)) { in iface_cb()