summaryrefslogtreecommitdiff
path: root/lib/libc/net/if_nameindex.c
AgeCommit message (Expand)Author
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-15Nuke some trailing tabs.Kenneth R Westerback
2015-10-23Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theClaudio Jeker
2010-09-24Implement if_freenameindex() as a real function as required by posix.Claudio Jeker
2002-03-07Replace SIOCGIFCONF-using NRL versions with KAME versions that useTodd C. Miller
2002-02-25skip sockaddr correctly if sa_len < sockaddr. from niklasJun-ichiro itojun Hagino
2001-06-05repair copyright notices for NRL & cmetz; cmetzTheo de Raadt
2000-08-22WallTheo de Raadt
1999-07-08use SIOCGIFCONF much more carefullyTheo de Raadt
1999-07-01indent and auditTheo de Raadt
1999-06-23Compilation fixes.cmetz
1999-06-23Removed portability ifdefs and calls to nonstandard back-end.cmetz
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz