summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_network.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cast ctype function arguments to unsigned char.mmcc2015-10-221-2/+2
| | | | ok guenther@
* Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and theguenther2015-09-131-1/+2
| | | | symbols without underbar prefix are all weak
* use an unsigned char instead, to avoid lots of castsderaadt2013-11-251-2/+2
|
* zap rcsid.espie2005-08-061-4/+1
| | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
* ansify. ok deraadt@ moritz@otto2005-03-251-6/+5
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Clean up some -Wall flowers.millert1997-07-091-2/+2
|
* Pad out trailing parts of the address with zeros so we get a legal networktholo1997-04-241-3/+4
| | | | address when only the first octets are given (eg. 140.174 ==> 140.174.0.0)
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-051-4/+4
| | | | of u_short or u_int16_t.
* Fix RCS idstholo1996-08-191-8/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Fix RCS Id botch in last changeniklas1996-03-191-3/+2
|
* From NetBSD: merge of 960317niklas1996-03-191-5/+5
|
* initial import of NetBSD treederaadt1995-10-181-0/+99