Searched refs:eth_fake_send (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/net/hostname/src/ |
D | main.c | 185 static int eth_fake_send(const struct device *dev, in eth_fake_send() function 196 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/promiscuous/src/ |
D | main.c | 91 static int eth_fake_send(const struct device *dev, in eth_fake_send() function 133 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/bridge/src/ |
D | main.c | 64 static int eth_fake_send(const struct device *dev, in eth_fake_send() function 126 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/socket/net_mgmt/src/ |
D | main.c | 70 static int eth_fake_send(const struct device *dev, in eth_fake_send() function 235 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/socket/af_packet/src/ |
D | main.c | 43 static int eth_fake_send(const struct device *dev, struct net_pkt *pkt) in eth_fake_send() function 95 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/iface/src/ |
D | main.c | 217 static int eth_fake_send(const struct device *dev, in eth_fake_send() function 259 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/ethernet_mgmt/src/ |
D | main.c | 93 static int eth_fake_send(const struct device *dev, in eth_fake_send() function 510 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/socket/udp/src/ |
D | main.c | 979 static int eth_fake_send(const struct device *dev, struct net_pkt *pkt) in eth_fake_send() function 1004 .send = eth_fake_send,
|