summaryrefslogtreecommitdiff
path: root/lib/libc/net/inet_network.c
AgeCommit message (Collapse)Author
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-04-24Pad out trailing parts of the address with zeros so we get a legal networkThorsten Lockert
address when only the first octets are given (eg. 140.174 ==> 140.174.0.0)
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
1996-03-19Fix RCS Id botch in last changeNiklas Hallqvist
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt