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 */
+       return -1;
+ bad:
+       return -1;
+}

You could change this to:

        /* not_found */
   bad:
        return -1;
   }

-Brian
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to