VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp/ctl.h@ 16226

Last change on this file since 16226 was 16213, checked in by vboxsync, 16 years ago

NAT:

  1. introduces TFTP special_address | CTL_TFTP(4) for built-in address
  2. can connect to other then built-in tftp
  • Property svn:eol-style set to native
File size: 220 bytes
Line 
1#define CTL_CMD 0
2#define CTL_EXEC 1
3#define CTL_ALIAS 2
4#define CTL_DNS 3
5#define CTL_TFTP 4
6#define CTL_BROADCAST 255
7
8#define CTL_CHECK(x, ctl) (((x) & ~pData->netmask) == (ctl))
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