Closing doxygen groups
This commit is contained in:
parent
4197cccbd6
commit
25c8b0835d
19 changed files with 200 additions and 168 deletions
|
@ -365,7 +365,7 @@ check_prefix(rpl_prefix_t *last_prefix, rpl_prefix_t *new_prefix)
|
|||
uip_ds6_addr_rm(rep);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if(new_prefix != NULL) {
|
||||
set_ip_from_prefix(&ipaddr, new_prefix);
|
||||
if(uip_ds6_addr_lookup(&ipaddr) == NULL) {
|
||||
|
@ -382,7 +382,7 @@ rpl_set_prefix(rpl_dag_t *dag, uip_ipaddr_t *prefix, unsigned len)
|
|||
{
|
||||
rpl_prefix_t last_prefix;
|
||||
uint8_t last_len = dag->prefix_info.length;
|
||||
|
||||
|
||||
if(len > 128) {
|
||||
return 0;
|
||||
}
|
||||
|
@ -399,7 +399,7 @@ rpl_set_prefix(rpl_dag_t *dag, uip_ipaddr_t *prefix, unsigned len)
|
|||
if(last_len == 0) {
|
||||
PRINTF("rpl_set_prefix - prefix NULL\n");
|
||||
check_prefix(NULL, &dag->prefix_info);
|
||||
} else {
|
||||
} else {
|
||||
PRINTF("rpl_set_prefix - prefix NON-NULL\n");
|
||||
check_prefix(&last_prefix, &dag->prefix_info);
|
||||
}
|
||||
|
@ -1311,3 +1311,4 @@ rpl_lock_parent(rpl_parent_t *p)
|
|||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#endif /* UIP_CONF_IPV6 */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue