Date: Fri, 28 May 1999 10:19:24 +0200 (MET DST) From: Emmanuel Duros <Emmanuel.Duros@sophia.inria.fr> To: freebsd-hackers@freebsd.org Subject: FreeBSD 3.2 - new ifnet structure Message-ID: <199905280819.KAA07537@chouette.inria.fr>
next in thread | raw e-mail | index | archive | help
The last FreeBSD release provides a new ifnet structure different from
the one in 2.x-R.
In 2.x-R we can have this code:
{
struct ifnet *ifp = ifnet;
/* go through the ifnet list */
for ( ifp = ifnet; ifp; ifp = ifp->if_next)
...
}
What is it in 3.x-R assuming that the global variable ifnet is a 'struc
ifnethead' and there is not if_next member ?
BTW, I have not found the definition of the ifnethead structure, in what
file is it ?
Thanks
Emmanuel
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905280819.KAA07537>
