Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-14 | make sure linux/types.h doesnt screw us up | Mike Frysinger | |
2006-01-09 | dont include linux/types.h | Mike Frysinger | |
2006-01-06 | Allow compiling newly added if_index.c (at least on 2.4), missing ↵ | Peter S. Mazinger | |
__u32/__u16/__s32 | |||
2006-01-06 | as weber notes in Bug 99: | Mike Frysinger | |
if_nameindex doesnt list all of my interfaces! this is because we are still using the old style ioctl(SIOCGIFINDEX) for gathering interface names/indexes. while this code is pretty small, the kernel does not return all interfaces via this method. so we import the new style netlink code from glibc and make it optional so those people who need the full functionality can get it. |