source:
vbox/trunk/src/VBox/Devices/Network/slirp/ctl.h@
26817
最後變更 在這個檔案從26817是 21112,由 提交於 15 年 前 | |
---|---|
|
|
檔案大小: 247 位元組 |
行 | |
---|---|
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)) |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器