Adding uip_ds6_defrt_head()
This commit is contained in:
parent
c1f11cfaa9
commit
63ac4d2a3d
2 changed files with 7 additions and 0 deletions
|
@ -177,6 +177,7 @@ typedef struct uip_ds6_defrt {
|
|||
|
||||
/** \name Default router list basic routines */
|
||||
/** @{ */
|
||||
uip_ds6_defrt_t *uip_ds6_defrt_head(void);
|
||||
uip_ds6_defrt_t *uip_ds6_defrt_add(uip_ipaddr_t *ipaddr,
|
||||
unsigned long interval);
|
||||
void uip_ds6_defrt_rm(uip_ds6_defrt_t *defrt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue