summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet_network.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Remove 'register' keyword.obrien2002-03-211-4/+4
|
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-3/+4
| | | | | | | PR: 9982 Adviced by: des Reviewed by: -alpha and -net (no objection) Obtained from: OpenBSD
* Add unsigned char cast to ctype macros argache1999-11-041-4/+6
|
* Implement the weak aliases for private entry points in the inet_*jdp1998-09-021-0/+7
| | | | | | | | | | | and res_* modules in a way that works for ELF. I moved the aliases out of res_stubs.c and into the individual modules where the entry points are defined. Weak aliases don't work in ELF unless that is the case. (Actually, I'm surprised it worked for a.out.) This should fix the undefined "inet_addr" and related symbols in various applications that fail to include <arpa/inet.h> or <resolv.h> as they are supposed to do.
* Update the resolver parts to bind-8.1.2 level. I have not touched thepeter1998-06-111-3/+2
| | | | | | getXXXXbyYYYY() interfaces yet. Obtained from: diff relative to bind-8.1.2 sources
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Fix inet_network to not dump core if passed in an addressmpp1996-02-171-3/+1
| | | | | | with more than 4 octets (e.g. 1.2.3.4.5). Submitted by: Amy Baron <amee@beer.org> via NetBSD-bugs
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+93
OpenPOWER on IntegriCloud