summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/if_nametoindex.c
Commit message (Collapse)AuthorAgeFilesLines
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-1/+1
| | | | vocally objected to this safety belt.
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-1/+1
| | | | | | | technique) so that we don't wind up calling into an application's version if the application defines them. Inspired by: qpopper's interfering and buggy version of strlcpy
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-0/+3
| | | | | | | Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5
* try SIOCGIFINDEX 1st to be able to use network aliasing.ume2002-11-281-0/+13
| | | | | Submitted by: jlemon Approved by: re
* Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex()ume2002-07-151-0/+83
and if_freenameindex(). Obtained from: KAME MFC after: 2 weeks
OpenPOWER on IntegriCloud