summaryrefslogtreecommitdiffstats
path: root/libc/inet/if_nametoindex.c
Commit message (Collapse)AuthorAgeFilesLines
* sync with glibcMike Frysinger2006-01-061-189/+0
|
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-2/+2
|
* Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger2005-12-081-4/+4
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-12/+12
|
* Stephen Hemminger from osdl dot org writes:Eric Andersen2004-06-121-0/+22
| | | | | | | | | | | | | | | | Rather than copy more code back into the bridge-utilities, how about applying this change to uClibc? I hate when packages get cluttered for workarounds for other incompatibilities. The problem is that SIOCGIFCONF only lists interfaces that have IP addresses, so it doesn't find the other interfaces that are being used for bridging. It could be fixed in the kernel to return all interfaces, but then something else might break; and still it mean a kernel update for the 2.4 users. The whole use of ifindex in the bridge API is a bad idea. But we probably have to live with it for compatibility. Patch against uClibc 0.9.26
* Implement the rest of the missing include/net/if.h interfacesEric Andersen2002-12-041-22/+149
| | | | -Erik
* Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen2002-03-191-0/+40
added several additional reentrant networking functions such that iptables now runs with IPV6 support.