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
25 extern "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 */
50 
netdev_tap_params_t
tap interface initialization parameters
Definition: netdev_tap.h:52
netdev_tap_params
netdev_tap_params_t netdev_tap_params[NETDEV_TAP_MAX]
Configuration parameters for netdev_tap_t.
netdev_tap.h
Low-level ethernet driver for native tap interfaces.
NETDEV_TAP_MAX
#define NETDEV_TAP_MAX
Number of allocated parameters at netdev_tap_params.
Definition: netdev_tap_params.h:35