OpenVPN
Data Fields
set_mtu_message_t Struct Reference

#include <openvpn-msg.h>

Collaboration diagram for set_mtu_message_t:
Collaboration graph
[legend]

Data Fields

message_header_t header
 
interface_t iface
 
short family
 
int mtu
 

Detailed Description

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

Field Documentation

◆ family

short set_mtu_message_t::family

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

Referenced by HandleMTUMessage().

◆ header

message_header_t set_mtu_message_t::header

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

Referenced by do_set_mtu_service().

◆ iface

interface_t set_mtu_message_t::iface

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

Referenced by do_set_mtu_service(), and HandleMTUMessage().

◆ mtu

int set_mtu_message_t::mtu

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

Referenced by HandleMTUMessage().


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