summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/if_indextoname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in RFC number.tb2018-05-101-2/+2
* Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theclaudio2015-10-231-23/+14
* Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all theguenther2015-09-141-1/+2
* Replace SIOCGIFCONF-using NRL versions with KAME versions that usemillert2002-03-071-104/+51
* repair copyright notices for NRL & cmetz; cmetzderaadt2001-06-051-1/+0
* Wallderaadt2000-08-221-0/+1
* incorrect bounds on strlcpy()deraadt1999-12-161-2/+2
* use SIOCGIFCONF much more carefullyderaadt1999-07-081-14/+34
* indent and auditderaadt1999-07-011-88/+66
* Compilation fixes.cmetz1999-06-231-4/+4
* Removed portability ifdefs and calls to nonstandard back-end.cmetz1999-06-231-50/+10
* Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz1999-06-231-0/+181