OpenVPN 3 Core Library
Loading...
Searching...
No Matches
xkey_msg_compat.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define msg(flags, ...)   openvpn_msg_xkey_compat(flags, __VA_ARGS__);
 
#define dmsg(flags, ...)   openvpn_msg_xkey_compat(flags, __VA_ARGS__);
 
#define D_XKEY   1u
 
#define M_NOLF   2u
 
#define M_WARN   4u
 
#define M_NOPREFIX   8u
 
#define M_NONFATAL   16u
 

Functions

void openvpn_msg_xkey_compat (unsigned int flags, const char *format,...)
 

Macro Definition Documentation

◆ D_XKEY

#define D_XKEY   1u

Definition at line 19 of file xkey_msg_compat.h.

◆ dmsg

#define dmsg (   flags,
  ... 
)    openvpn_msg_xkey_compat(flags, __VA_ARGS__);

Definition at line 15 of file xkey_msg_compat.h.

◆ M_NOLF

#define M_NOLF   2u

Definition at line 20 of file xkey_msg_compat.h.

◆ M_NONFATAL

#define M_NONFATAL   16u

Definition at line 23 of file xkey_msg_compat.h.

◆ M_NOPREFIX

#define M_NOPREFIX   8u

Definition at line 22 of file xkey_msg_compat.h.

◆ M_WARN

#define M_WARN   4u

Definition at line 21 of file xkey_msg_compat.h.

◆ msg

#define msg (   flags,
  ... 
)    openvpn_msg_xkey_compat(flags, __VA_ARGS__);

Definition at line 14 of file xkey_msg_compat.h.

Function Documentation

◆ openvpn_msg_xkey_compat()

void openvpn_msg_xkey_compat ( unsigned int  flags,
const char *  format,
  ... 
)