All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Definitions for netdev common ethernet code. More...

Detailed Description

Definitions for netdev common ethernet code.

Author
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e

Definition in file eth.h.

#include <stdint.h>
#include "net/netdev.h"
#include "net/netopt.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.
 
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.
 

Flags for use in @ref netdev_eth_rx_info_t::flags

#define NETDEV_ETH_RX_INFO_FLAG_TIMESTAMP   (0x01)
 Timestamp valid.