Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/bridge/src/
Dmain.c138 static struct eth_fake_context eth_fake_data[3]; variable
142 &eth_fake_data[0], NULL, CONFIG_ETH_INIT_PRIORITY,
147 &eth_fake_data[1], NULL, CONFIG_ETH_INIT_PRIORITY,
152 &eth_fake_data[2], NULL, CONFIG_ETH_INIT_PRIORITY,
293 zassert_is_null(eth_fake_data[0].sent_pkt, ""); in test_recv_before_bridging()
294 zassert_is_null(eth_fake_data[1].sent_pkt, ""); in test_recv_before_bridging()
295 zassert_is_null(eth_fake_data[2].sent_pkt, ""); in test_recv_before_bridging()
341 struct net_pkt *pkt = eth_fake_data[j].sent_pkt; in test_recv_with_bridge()
344 if (eth_fake_data[j].iface == fake_iface[i]) { in test_recv_with_bridge()
349 eth_fake_data[j].sent_pkt = NULL; in test_recv_with_bridge()
[all …]
/Zephyr-latest/tests/net/hostname/src/
Dmain.c161 static struct eth_fake_context eth_fake_data; variable
209 &eth_fake_data, NULL, CONFIG_ETH_INIT_PRIORITY,
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c54 static struct eth_fake_context eth_fake_data; variable
268 &eth_fake_data, NULL, CONFIG_ETH_INIT_PRIORITY,
/Zephyr-latest/tests/net/iface/src/
Dmain.c201 static struct eth_fake_context eth_fake_data; variable
272 &eth_fake_data, NULL, CONFIG_ETH_INIT_PRIORITY,
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c77 static struct eth_fake_context eth_fake_data; variable
543 &eth_fake_data, NULL, CONFIG_ETH_INIT_PRIORITY,
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c935 static struct eth_fake_context eth_fake_data; variable
1007 ETH_NET_DEVICE_INIT(eth_fake, "eth_fake", NULL, NULL, &eth_fake_data, NULL,