summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet.3
Commit message (Collapse)AuthorAgeFilesLines
* o Stop abusing MD headers with non-MD types.mike2001-12-011-1/+1
| | | | | | | | | | | | | | | o Hide nonstandard functions and types in <netinet/in.h> when _POSIX_SOURCE is defined. o Add some missing types (required by POSIX.1-200x) to <netinet/in.h>. o Restore vendor ID from Rev 1.1 in <netinet/in.h> and make use of new __FBSDID() macro. o Fix some miscellaneous issues in <arpa/inet.h>. o Correct final argument for the inet_ntop() function (POSIX.1-200x). o Get rid of the namespace pollution from <sys/types.h> in <arpa/inet.h>. Reviewed by: fenner Partially submitted by: bde
* Duh. Back out most of my previous commit. It was mostly covered in thecjc2001-11-291-9/+1
| | | | | | | | | STANDARDS section of the page. Add one remark there about inet_pton(3) only understanding decimal values (in contrast to inet_aton(3) and friends who are happy with 0ac.020.25 for 172.16.0.25). Caught by: ru MFC after: 2 days
* After the long explanaition of how the inet_* functions interpretcjc2001-11-291-0/+8
| | | | | | | Internet addresses, point out that inet_pton(3) only understands dotted quads with decimal values. MFC after: 2 days
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-4/+4
|
* Add manpage for inet_net_ntop(3) and inet_net_pton(3).ru2001-08-311-0/+2
| | | | Obtained from: NetBSD
* mdoc(7) police: collapse multiple spaces.ru2001-08-171-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* s/format/byte order/ (for clarity).ru2001-06-071-1/+1
|
* mdoc(7) police: update referenced standard name.ru2001-04-181-1/+1
|
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-5/+5
| | | | | | | PR: 9982 Adviced by: des Reviewed by: -alpha and -net (no objection) Obtained from: OpenBSD
* Prepare for mdoc(7)NG.ru2000-12-291-4/+4
|
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-201-4/+4
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.shin2000-03-121-0/+57
| | | | | | Specified by: Robert Muir <rmuir@looksharp.net> Obtained from: NetBSD
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed missing #include of <sys/types.h> and wrong arg types in synopsis.bde1997-03-191-5/+6
| | | | Reviewed by: wollman
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* comma typoswosch1996-12-231-2/+2
|
* Cross-reference addr2ascii(3) and inlcude a note about how thosewollman1996-06-171-2/+16
| | | | functions are preferred but are not widely available as yet.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+195
OpenPOWER on IntegriCloud