Expand description
FFI types and functions used by the plugin to convert between the types OpenVPN pass and expect back and the Rust types the plugin will be exposed to.
Not intended for manual use. Is publicly exported since code generated by the openvpn_plugin
macro must access these types and functions.
Modules§
- parse
- Contains functions for parsing C formatted data from OpenVPN.
Structs§
- openvpn_
plugin_ args_ func_ in - Struct sent to
openvpn_plugin_func_v3containing input values. - openvpn_
plugin_ args_ func_ return - Struct used for returning values from
openvpn_plugin_func_v3to OpenVPN. - openvpn_
plugin_ args_ open_ in - Struct sent to
openvpn_plugin_open_v3containing input values. - openvpn_
plugin_ args_ open_ return - Struct used for returning values from
openvpn_plugin_open_v3to OpenVPN.