0N/A/* $Id$ */
3909N/A/** @file
0N/A * NAT - main.
0N/A */
0N/A
0N/A/*
0N/A * Copyright (C) 2006-2010 Oracle Corporation
0N/A *
0N/A * This file is part of VirtualBox Open Source Edition (OSE), as
0N/A * available from http://www.virtualbox.org. This file is free software;
0N/A * you can redistribute it and/or modify it under the terms of the GNU
0N/A * General Public License (GPL) as published by the Free Software
0N/A * Foundation, in version 2 as it comes in the "COPYING" file of the
0N/A * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
0N/A * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
0N/A */
0N/A
0N/A/*
2362N/A * This code is based on:
2362N/A *
2362N/A * Copyright (c) 1995 Danny Gasparovski.
0N/A *
0N/A * Please read the file COPYRIGHT for the
0N/A * terms and conditions of the copyright.
0N/A */
0N/A
0N/A#ifdef HAVE_SYS_SELECT_H
0N/A#include <sys/select.h>
0N/A#endif
0N/A#define ETH_ENCAP_URG 1
0N/Avoid if_encap(PNATState pData, uint16_t eth_proto, struct mbuf *m, int flags);
0N/A