Definitions for netdev common ethernet code. More...
Definitions for netdev common ethernet code.
Definition in file eth.h.
 Include dependency graph for eth.h:Go to the source code of this file.
Data Structures | |
| struct | netdev_eth_rx_info_t | 
| Received frame status information for Ethernet devices.  More... | |
Functions | |
| int | netdev_eth_get (netdev_t *dev, netopt_t opt, void *value, size_t max_len) | 
| Fallback function for netdev ethernet devices' _get function.  More... | |
| int | netdev_eth_set (netdev_t *dev, netopt_t opt, const void *value, size_t value_len) | 
| Fallback function for netdev ethernet devices' _set function.  More... | |
Flags for use in @ref netdev_eth_rx_info_t::flags | |
| #define | NETDEV_ETH_RX_INFO_FLAG_TIMESTAMP (0x01) | 
| Timestamp valid.  | |