Low-level ethernet driver for native tap interfaces. More...
Low-level ethernet driver for native tap interfaces.
Definitions for netdev ethernet driver for host system's TAP interfaces
Definition in file netdev_tap.h.
Include dependency graph for netdev_tap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | netdev_tap |
| tap interface state More... | |
| struct | netdev_tap_params_t |
| tap interface initialization parameters More... | |
| typedef struct netdev_tap | netdev_tap_t |
| tap interface state | |
| void | netdev_tap_setup (netdev_tap_t *dev, const netdev_tap_params_t *params) |
| Setup netdev_tap_t structure. More... | |
| void netdev_tap_setup | ( | netdev_tap_t * | dev, |
| const netdev_tap_params_t * | params | ||
| ) |
Setup netdev_tap_t structure.
| dev | the preallocated netdev_tap device handle to setup |
| params | initialization parameters |