summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/ascii2addr.c
Commit message (Collapse)AuthorAgeFilesLines
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywherebms2007-02-281-75/+0
| | | | | | | | | | | | | | in FreeBSD, and originated from INRIA IPv6. Stub out netstat reference to addr2ascii() I mistakenly introduced. Update misleading man page sections. Merge NetBSD's getnameinfo() AF_LINK extensions for a portable way to print link-layer addresses given a sockaddr_dl(), minus the IEEE 1394 bits which don't map directly to our code. Obtained from: NetBSD (getnameinfo.c) Discussed on: current (March 2006)
* Fix the style of the SCM ID's.obrien2002-03-221-0/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* Fix the fix.joerg1996-12-131-1/+2
| | | | Pointed out by: wollman, bde
* Fix an embarassing and rather obscure incarnation of an uninitializedjoerg1996-12-121-1/+1
| | | | | | local variable use. Found by: actually using ascii2addr() :-/
* It would help if I actually added the source code for these routines.wollman1996-06-131-0/+71
OpenPOWER on IntegriCloud