|
OpenVPN
|
#include <openvpn-msg.h>

Data Fields | |
| message_header_t | header |
| short | family |
| inet_address_t | prefix |
| int | prefix_len |
| inet_address_t | gateway |
| interface_t | iface |
| int | metric |
Definition at line 88 of file openvpn-msg.h.
| short route_message_t::family |
Definition at line 91 of file openvpn-msg.h.
| inet_address_t route_message_t::gateway |
Definition at line 94 of file openvpn-msg.h.
| message_header_t route_message_t::header |
Definition at line 90 of file openvpn-msg.h.
Referenced by do_route_ipv4_service(), and do_route_ipv6_service().
| interface_t route_message_t::iface |
Definition at line 95 of file openvpn-msg.h.
Referenced by do_route_service().
| int route_message_t::metric |
Definition at line 96 of file openvpn-msg.h.
| inet_address_t route_message_t::prefix |
Definition at line 92 of file openvpn-msg.h.
| int route_message_t::prefix_len |
Definition at line 93 of file openvpn-msg.h.