Home
last modified time | relevance | path

Searched refs:eth_receive (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/api/
H A Dapi_net.c84 return eth_receive(buf, len); in dev_read_net()
/openbmc/qemu/hw/net/
H A Dmv88w8618_eth.c134 static ssize_t eth_receive(NetClientState *nc, const uint8_t *buf, size_t size) in eth_receive() function
326 .receive = eth_receive,
H A Detraxfs_eth.c516 static ssize_t eth_receive(NetClientState *nc, const uint8_t *buf, size_t size) in eth_receive() function
575 .receive = eth_receive,
/openbmc/u-boot/net/
H A Deth_legacy.c388 int eth_receive(void *packet, int length) in eth_receive() function
/openbmc/u-boot/include/
H A Dnet.h279 int eth_receive(void *packet, int length); /* Receive a packet*/