[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 01056) getifaddrs: problems



hi,

I got an error "address gamily not supported by protocol" while using
getifaddrs().
I verified this with glibc 2.1.3 as well as glibc 2.2.2.

My code is as follows

if(getifaddrs((&ifap) !=0){
     return(-1);
}

anybody has idea where the problem is?
thanks in advance
-Suresh