Loading...
Searching...
No Matches
netdev_tap_params.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2017 Freie Universität Berlin
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
19#ifndef NETDEV_TAP_PARAMS_H
20#define NETDEV_TAP_PARAMS_H
21
22#include "netdev_tap.h"
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
34#ifndef NETDEV_TAP_MAX
35#define NETDEV_TAP_MAX (1)
36#endif
37
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* NETDEV_TAP_PARAMS_H */
Low-level ethernet driver for native tap interfaces.
#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.
tap interface initialization parameters
Definition netdev_tap.h:50