1 #include <sys/ioctl.h> 2 #include <sys/socket.h> 3 #include <sys/sockio.h> main()4 int main() { 5 ioctl(0, SIOCGLIFCONF, (char *)0); 6 } 7