ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/slirp/ctl.h
Revision: 1.1
Committed: 2005-05-13T09:00:59Z (19 years ago) by gbeauche
Content type: text/plain
Branch: MAIN
CVS Tags: nigel-build-19, nigel-build-17, HEAD
Log Message:
slirp user mode network emulation code from qemu

File Contents

# Content
1 #define CTL_CMD 0
2 #define CTL_EXEC 1
3 #define CTL_ALIAS 2
4 #define CTL_DNS 3
5
6 #define CTL_SPECIAL "10.0.2.0"
7 #define CTL_LOCAL "10.0.2.15"