123456789101112131415161718192021222324252627 |
- #ifndef _OEM_IPTABLES_HOOK_H
- #define _OEM_IPTABLES_HOOK_H
- #define OEM_IPTABLES_FILTER_OUTPUT "oem_out"
- #define OEM_IPTABLES_FILTER_FORWARD "oem_fwd"
- #define OEM_IPTABLES_NAT_PREROUTING "oem_nat_pre"
- #define OEM_IPTABLES_MANGLE_POSTROUTING "oem_mangle_post"
- void setupOemIptablesHook();
- #endif
|