VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp/main.h@ 27848

Last change on this file since 27848 was 23462, checked in by vboxsync, 15 years ago

NAT: Big changeset:

  1. mbuf_zone has been inroduced.
  2. IPRT timers replaces Slirp's one making poll/WSAWaitForMultipleEvents blocking.
  3. UrgRecv(Thread,Req) introduced for transfering ICMP errors/ARP with highter priority.
  • Property svn:eol-style set to native
File size: 295 bytes
Line 
1/*
2 * Copyright (c) 1995 Danny Gasparovski.
3 *
4 * Please read the file COPYRIGHT for the
5 * terms and conditions of the copyright.
6 */
7
8#ifdef HAVE_SYS_SELECT_H
9#include <sys/select.h>
10#endif
11#define ETH_ENCAP_URG 1
12void if_encap(PNATState pData, uint16_t eth_proto, struct mbuf *m, int flags);
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette