#include <layer.hpp>
Definition at line 20 of file layer.hpp.
◆ Type
| Enumerator |
|---|
| NONE | |
| OSI_LAYER_2 | |
| OSI_LAYER_3 | |
Definition at line 23 of file layer.hpp.
◆ Layer() [1/2]
| openvpn::Layer::Layer |
( |
| ) |
|
|
inline |
◆ Layer() [2/2]
| openvpn::Layer::Layer |
( |
const Type |
t | ) |
|
|
inlineexplicit |
◆ defined()
| bool openvpn::Layer::defined |
( |
| ) |
const |
|
inline |
◆ dev_type()
| const char * openvpn::Layer::dev_type |
( |
| ) |
const |
|
inline |
◆ from_str()
| static Layer openvpn::Layer::from_str |
( |
const std::string & |
str | ) |
|
|
inlinestatic |
◆ from_value()
| static Layer openvpn::Layer::from_value |
( |
const int |
value | ) |
|
|
inlinestatic |
◆ operator!=()
| bool openvpn::Layer::operator!= |
( |
const Layer & |
other | ) |
const |
|
inline |
◆ operator()()
| Type openvpn::Layer::operator() |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool openvpn::Layer::operator== |
( |
const Layer & |
other | ) |
const |
|
inline |
◆ str()
| const char * openvpn::Layer::str |
( |
| ) |
const |
|
inline |
◆ value()
| int openvpn::Layer::value |
( |
| ) |
const |
|
inline |
◆ type_
| Type openvpn::Layer::type_ |
|
private |
The documentation for this class was generated from the following file: