Re: [PATCH 22/44] [IPV6]: Find option offset by type.

2006-08-23 Thread David Miller
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

Re: [PATCH 22/44] [IPV6]: Find option offset by type.

2006-08-23 Thread YOSHIFUJI Hideaki / 吉藤英明
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

Re: [PATCH 22/44] [IPV6]: Find option offset by type.

2006-08-23 Thread Brian Haley
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 */ +

[PATCH 22/44] [IPV6]: Find option offset by type.

2006-08-23 Thread YOSHIFUJI Hideaki
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