OpenVPN
Data Fields
route_message_t Struct Reference

#include <openvpn-msg.h>

Collaboration diagram for route_message_t:
Collaboration graph
[legend]

Data Fields

message_header_t header
 
short family
 
inet_address_t prefix
 
int prefix_len
 
inet_address_t gateway
 
interface_t iface
 
int metric
 

Detailed Description

Definition at line 72 of file openvpn-msg.h.

Field Documentation

◆ family

short route_message_t::family

Definition at line 74 of file openvpn-msg.h.

◆ gateway

inet_address_t route_message_t::gateway

Definition at line 77 of file openvpn-msg.h.

◆ header

message_header_t route_message_t::header

Definition at line 73 of file openvpn-msg.h.

◆ iface

interface_t route_message_t::iface

Definition at line 78 of file openvpn-msg.h.

Referenced by do_route_service().

◆ metric

int route_message_t::metric

Definition at line 79 of file openvpn-msg.h.

◆ prefix

inet_address_t route_message_t::prefix

Definition at line 75 of file openvpn-msg.h.

◆ prefix_len

int route_message_t::prefix_len

Definition at line 76 of file openvpn-msg.h.


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