Commit Graph

8 Commits

Author SHA1 Message Date
David du Colombier 23a48c7cfe devip: add support for IPv6
Addresses are now stored as uchar[16] instead
of ulong, with enough room for IPv6.

Generic IP functions have been removed from
devip.c and replaced by libip, imported from
Plan 9.

Names and addresses are resolved using either
gethostbyname() or getaddrinfo() functions.

On Windows, IPv6 name resolution is not enabled,
because mingw32 doesn't provide inet_ntop().

R=rsc
http://codereview.appspot.com/6408044
2012-08-03 21:30:17 +02:00
Russ Cox 230e492a8a more irix-inspired fixes 2005-12-29 23:41:14 +00:00
Russ Cox 5fa52aac92 windows icon 2005-11-08 03:12:41 +00:00
Russ Cox e10503f019 Mac fixes 2005-11-04 15:47:45 +00:00
Russ Cox ab73f2bbf5 Add real factotum. 2005-11-04 15:36:40 +00:00
Russ Cox e4f9a4578a windows 2005-11-02 15:20:27 +00:00
Russ Cox 5d6ebf7a53 Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
Russ Cox 934846f35c a 2005-08-08 12:50:13 +00:00