[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01056) getifaddrs: problems
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 01056) getifaddrs: problems
- From: "Suresh Kodati" <skodati@xxxxxxxxxx>
- Date: Thu, 29 Nov 2001 16:14:54 +0530
- Reply-to: usagi-users@xxxxxxxxxxxxxx
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