OpenVPN
Functions | Variables
occ.c File Reference
#include "syshead.h"
#include "occ.h"
#include "forward.h"
#include "memdbg.h"
Include dependency graph for occ.c:

Go to the source code of this file.

Functions

void check_send_occ_req_dowork (struct context *c)
 
void check_send_occ_load_test_dowork (struct context *c)
 
void check_send_occ_msg_dowork (struct context *c)
 
void process_received_occ_msg (struct context *c)
 

Variables

const uint8_t occ_magic []
 
static const struct mtu_load_test mtu_load_test_sequence []
 

Function Documentation

◆ check_send_occ_load_test_dowork()

void check_send_occ_load_test_dowork ( struct context c)

◆ check_send_occ_msg_dowork()

void check_send_occ_msg_dowork ( struct context c)

◆ check_send_occ_req_dowork()

void check_send_occ_req_dowork ( struct context c)

◆ process_received_occ_msg()

void process_received_occ_msg ( struct context c)

Variable Documentation

◆ mtu_load_test_sequence

const struct mtu_load_test mtu_load_test_sequence[]
static

Definition at line 60 of file occ.c.

Referenced by check_send_occ_load_test_dowork().

◆ occ_magic

const uint8_t occ_magic[]
Initial value:
= {
0x28, 0x7f, 0x34, 0x6b, 0xd4, 0xef, 0x7a, 0x81,
0x2d, 0x56, 0xb8, 0xd3, 0xaf, 0xc5, 0x45, 0x9c
}

Definition at line 55 of file occ.c.

Referenced by check_send_occ_msg_dowork(), and is_occ_msg().