Searched refs:eth_fake_data (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/net/bridge/src/ |
D | main.c | 138 static struct eth_fake_context eth_fake_data[3]; variable 142 ð_fake_data[0], NULL, CONFIG_ETH_INIT_PRIORITY, 147 ð_fake_data[1], NULL, CONFIG_ETH_INIT_PRIORITY, 152 ð_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/ |
D | main.c | 161 static struct eth_fake_context eth_fake_data; variable 209 ð_fake_data, NULL, CONFIG_ETH_INIT_PRIORITY,
|
/Zephyr-latest/tests/net/socket/net_mgmt/src/ |
D | main.c | 54 static struct eth_fake_context eth_fake_data; variable 268 ð_fake_data, NULL, CONFIG_ETH_INIT_PRIORITY,
|
/Zephyr-latest/tests/net/iface/src/ |
D | main.c | 201 static struct eth_fake_context eth_fake_data; variable 272 ð_fake_data, NULL, CONFIG_ETH_INIT_PRIORITY,
|
/Zephyr-latest/tests/net/ethernet_mgmt/src/ |
D | main.c | 77 static struct eth_fake_context eth_fake_data; variable 543 ð_fake_data, NULL, CONFIG_ETH_INIT_PRIORITY,
|
/Zephyr-latest/tests/net/socket/udp/src/ |
D | main.c | 935 static struct eth_fake_context eth_fake_data; variable 1007 ETH_NET_DEVICE_INIT(eth_fake, "eth_fake", NULL, NULL, ð_fake_data, NULL,
|