summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-6/+6
|
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-271-15/+17
| | | | references into a STANDARDS section;
* rfc 4291 replaces rfcs 2373 and 3513;jmc2012-08-201-9/+16
|
* rearrange DESCRIPTION somewhat to make this page more readable;jmc2012-04-201-39/+40
| | | | from Lawrence Teo
* fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soonotto2008-12-091-3/+3
|
* ``dot'' notationjmc2007-06-121-19/+9
| | | | | | | is more readable than `.' notation zap some silly .Tn whilst here;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - sync prototypes and header file excerptsjaredy2005-07-221-6/+6
| | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
* update RFCs (from NetBSD);jmc2003-09-091-3/+13
| | | | | | inet_makeaddr() uses in_addr_t types, not unsigned long. ok itojun@
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* typos;jmc2003-05-011-4/+3
|
* missing #include in SYNOPSIS, found by Daniel Lucqhenning2003-03-041-1/+2
| | | | ok millert@
* spelling and grammarpjanzen2001-02-171-3/+3
|
* IPng -> IPv6aaron2000-09-221-2/+2
|
* note get{addr,name}info are recommended than inet_xx.itojun2000-06-181-1/+7
|
* Don't hyphenate the words {left|right}most.aaron2000-04-211-3/+3
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-17/+28
|
* repairs; better English, formatting, etc.aaron1999-07-051-14/+24
|
* stronger suggestderaadt1999-06-051-6/+9
|
* punctuationaaron1999-05-251-2/+2
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.millert1997-06-231-30/+154
| | | | | 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).
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-051-5/+5
| | | | of u_short or u_int16_t.
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+197