Loading...
Searching...
No Matches
netdev_tap_params_t Struct Reference

tap interface initialization parameters More...

Detailed Description

tap interface initialization parameters

Definition at line 50 of file netdev_tap.h.

#include <netdev_tap.h>

Data Fields

char ** tap_name
 Name of the host system's tap interface to bind to.
 
bool wired
 Interface should behave like a wired interface.
 

Field Documentation

◆ tap_name

char** netdev_tap_params_t::tap_name

Name of the host system's tap interface to bind to.

Definition at line 51 of file netdev_tap.h.

◆ wired

bool netdev_tap_params_t::wired

Interface should behave like a wired interface.

Definition at line 53 of file netdev_tap.h.


The documentation for this struct was generated from the following file: