integration of new uip6 code from Mathilde and Julien - adds routing and improved interface handling

This commit is contained in:
joxe 2010-03-15 16:41:24 +00:00
parent 7d5e3fbfde
commit fd3d6c44d0
15 changed files with 1558 additions and 2448 deletions

View file

@ -63,6 +63,8 @@
#define ICMP6_NS 135 /**< Neighbor Solicitation */
#define ICMP6_NA 136 /**< Neighbor advertisement */
#define ICMP6_REDIRECT 137 /**< Redirect */
#define ICMP6_RPL 155 /**< RPL */
/** @} */
@ -122,6 +124,11 @@ uip_icmp6_error_output(u8_t type, u8_t code, u32_t param);
/** @} */
#if UIP_CONF_IPV6_RPL
void
uip_rpl_input(void);
#endif /* UIP_CONF_IPV6_RPL */
#endif /*__ICMP6_H__*/
/** @} */