Added a function for getting the first global IPv6 address
This commit is contained in:
parent
12a1ad2e7d
commit
560c84a2fe
2 changed files with 24 additions and 5 deletions
|
@ -342,6 +342,7 @@ uip_ds6_addr_t *uip_ds6_addr_add(uip_ipaddr_t *ipaddr,
|
|||
void uip_ds6_addr_rm(uip_ds6_addr_t *addr);
|
||||
uip_ds6_addr_t *uip_ds6_addr_lookup(uip_ipaddr_t *ipaddr);
|
||||
uip_ds6_addr_t *uip_ds6_get_link_local(int8_t state);
|
||||
uip_ds6_addr_t *uip_ds6_get_global(int8_t state);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue