Declaration of the firewall driver API. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Variables | |
| const char *(* | eFWinterfaceVersion )() |
| int(* | eFWinterfaceAPIversion )() |
| void(* | eFW_RunFirewall )(void *fwargs) |
Declaration of the firewall driver API.
Definition in file eurephiafw_intf.h.
| void(* eFW_RunFirewall)(void *fwargs) |
The main routine of the firewall interface. This function should not return before the firewall interface is supposed to shut down.
| fwargs | efw_threaddata pointer, with needed information to communicate with the openvpn process. |
Definition at line 55 of file eurephiafw_intf.h.
| int(* eFWinterfaceAPIversion)() |
Mandatory function, contains driver information.
Definition at line 47 of file eurephiafw_intf.h.
| const char*(* eFWinterfaceVersion)() |
Mandatory function, contains driver information.
Definition at line 40 of file eurephiafw_intf.h.
1.7.1