source:
vbox/trunk/src/VBox/Devices/Network/slirp/ctl.h@
22881
Last change on this file since 22881 was 21112, checked in by , 15 years ago | |
---|---|
|
|
File size: 247 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_GUEST 15 |
7 | #define CTL_BROADCAST 255 |
8 | |
9 | #define CTL_CHECK(x, ctl) (((x) & ~pData->netmask) == (ctl)) |
Note:
See TracBrowser
for help on using the repository browser.