14ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo/*
24ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * Copyright (C) 2012 The Android Open Source Project
34ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo *
44ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * Licensed under the Apache License, Version 2.0 (the "License");
54ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * you may not use this file except in compliance with the License.
64ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * You may obtain a copy of the License at
74ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo *
84ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo *      http://www.apache.org/licenses/LICENSE-2.0
94ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo *
104ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * Unless required by applicable law or agreed to in writing, software
114ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * distributed under the License is distributed on an "AS IS" BASIS,
124ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
134ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * See the License for the specific language governing permissions and
144ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo * limitations under the License.
154ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo */
164ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo
174ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo#ifndef _OEM_IPTABLES_HOOK_H
184ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo#define _OEM_IPTABLES_HOOK_H
194ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo
208e188ed5c989ddcc07f0f5e9839493c22d17e7b6Jeff Sharkey#define OEM_IPTABLES_FILTER_OUTPUT "oem_out"
218e188ed5c989ddcc07f0f5e9839493c22d17e7b6Jeff Sharkey#define OEM_IPTABLES_FILTER_FORWARD "oem_fwd"
228e188ed5c989ddcc07f0f5e9839493c22d17e7b6Jeff Sharkey#define OEM_IPTABLES_NAT_PREROUTING "oem_nat_pre"
238e188ed5c989ddcc07f0f5e9839493c22d17e7b6Jeff Sharkey
244ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondovoid setupOemIptablesHook();
254ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo
264ab468577647d1ee73810b89d2287eaa5546fecbKazuhiro Ondo#endif
27