home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume7
/
hostup
/
hostup.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1986-11-30
|
186 b
|
10 lines
#define MAXHOSTCHARS 12
#define FILENAME "/usr/adm/host up"
struct perhost {
char ph_name[MAXHOSTCHARS];
struct sockaddr_in ph_to;
struct timeval ph_time;
int ph_result;
};