summaryrefslogtreecommitdiff
path: root/lib/libc/net/inet.3
AgeCommit message (Collapse)Author
1997-06-23Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.Todd C. Miller
From BSD/OS 3.0, with permission from Jeffrey Finkelstein <finkels@bsdi.com> by way of NetBSD (lukem). Also add xfer for inet_net(3).
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
of u_short or u_int16_t.
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt