/* * Copyright (c) 1995 Danny Gasparovski. * * Please read the file COPYRIGHT for the * terms and conditions of the copyright. */ #ifdef HAVE_SYS_SELECT_H #include #endif #ifdef VBOX_WITH_SIMPLIFIED_SLIRP_SYNC void if_encap(PNATState pData, uint16_t eth_proto, struct mbuf *m); #else void if_encap(PNATState pData, const uint8_t *ip_data, int ip_data_len); #endif