From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:23 +0900
> This is a helper to search option offset from extension header which
> can carry TLV option like destination options header.
> Mobile IPv6 home address option will use it.
> Based on MIPL2 kernel patch.
>
> Signed
In article <[EMAIL PROTECTED]> (at Wed, 23 Aug 2006 13:22:06 -0400), Brian
Haley <[EMAIL PROTECTED]> says:
> > + /* not_found */
> > + return -1;
> > + bad:
> > + return -1;
> > +}
>
> You could change this to:
>
> /* not_found */
> bad:
> return -1;
> }
Right. I thi
YOSHIFUJI Hideaki wrote:
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
This is a helper to search option offset from extension header which
can carry TLV option like destination options header.
Mobile IPv6 home address option will use it.
Based on MIPL2 kernel patch.
+ /* not_found */
+
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
This is a helper to search option offset from extension header which
can carry TLV option like destination options header.
Mobile IPv6 home address option will use it.
Based on MIPL2 kernel patch.
Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
Sig