Searched refs:eth_send (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/inet6/include/inet6/ |
| A D | inet6.h | 139 zx_status_t eth_send(eth_buffer_t* ethbuf, size_t skip, size_t len);
|
| /system/ulib/inet6/ |
| A D | inet6.c | 254 return eth_send(ethbuf, 2, ETH_HDR_LEN + IP6_HDR_LEN + length); in udp6_send() 279 return eth_send(ethbuf, 2, ETH_HDR_LEN + IP6_HDR_LEN + length); in icmp6_send()
|
| A D | netifc.c | 189 zx_status_t eth_send(eth_buffer_t* ethbuf, size_t skip, size_t len) { in eth_send() function
|
| /system/dev/ethernet/ethernet/ |
| A D | ethernet.c | 452 static int eth_send(ethdev_t* edev, fuchsia_hardware_ethernet_FifoEntry* entries, uint32_t count) { in eth_send() function 540 if (eth_send(edev, entries, count)) { in eth_tx_thread()
|
Completed in 649 milliseconds