Re: Struct ifnet initalization.

2001-04-25 Thread JINMEI Tatuya / 神明達哉
> On Wed, 25 Apr 2001 05:32:53 -0400, > [EMAIL PROTECTED] said: > I have the following questions. > Whether any special initialization fo the ifnet structure is required for ipv6? > Some of the structures like ifaddr, sockaddr_dl are initialized in the same way as >is done for ipv4. Wh

Struct ifnet initalization.

2001-04-25 Thread raviprasad20
Hi, I have the following questions. Whether any special initialization fo the ifnet structure is required for ipv6? Some of the structures like ifaddr, sockaddr_dl are initialized in the same way as is done for ipv4. Whether this won't affect the performance? Iam unable to follow the correct co