![]() |
finding ip addr from a c prog
hi all;
i hav written a code in c for finding ip: Code:
#include<stdlib.h>ip.c: In function ‘main’: ip.c:15: error: ‘struct ifreq’ has no member named ‘if_name tell me wat i m missisng |
Re: finding ip addr from a c prog
if_name is not a member of ifreq structure.
The structure contains 128 bytes which has the following members Code: C
|
| All times are GMT +5.5. The time now is 11:23. |