Loading...
Searching...
No Matches
netdev_tap_params.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
12
18
19#include "netdev_tap.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
31#if !defined(NETDEV_TAP_MAX) || defined(DOXYGEN)
32# define NETDEV_TAP_MAX (1)
33#endif
34
41
42#ifdef __cplusplus
43}
44#endif
45
#define NETDEV_TAP_MAX
Number of allocated parameters at netdev_tap_params.
netdev_tap_params_t netdev_tap_params[NETDEV_TAP_MAX]
Configuration parameters for netdev_tap_t.
Definitions for netdev ethernet driver for host system's TAP interfaces.
tap interface initialization parameters
Definition netdev_tap.h:52