// JP opened flex table

Click to See Complete Forum and Search --> : problem with network constants


verbal
December 9th, 2007, 02:57 PM
I am building a program where i need to access the network interfaces of the computer. i used the ioctl command but the constant SIOCGIFCONF is't recognized. my system is ubuntu linux. i have included all the stadar network libraries plus the net/if.h. any suggestions?
Thanx in advance.

verbal
December 9th, 2007, 03:10 PM
I am building a program where i need to access the network interfaces of the computer. i used the ioctl command but the constant SIOCGIFCONF is't recognized. my system is ubuntu linux. i have included all the stadar network libraries plus the net/if.h. any suggestions?
Thanx in advance.

solve that, i needed to inlcude sys/ioctl ... sorry for the useless post.

//JP added flex table