4 #include <time.h> |
4 #include <time.h> |
5 #include <netinet/in.h> |
5 #include <netinet/in.h> |
6 #include <netdb.h> |
6 #include <netdb.h> |
7 #include "ipaddress.h" |
7 #include "ipaddress.h" |
8 |
8 |
9 const IPAddress localhost (0x7F000001, 0); |
|
10 bool IPAddress::sink; |
9 bool IPAddress::sink; |
11 |
10 |
12 // ----------------------------------------------------------------------------- |
11 // ----------------------------------------------------------------------------- |
13 // |
12 // |
14 IPAddress::IPAddress() : |
13 IPAddress::IPAddress() : |