Changed the name of the rimeaddr module to linkaddr
This commit is contained in:
parent
765e9acded
commit
45265249fc
180 changed files with 930 additions and 930 deletions
|
@ -48,7 +48,7 @@ void uip_over_mesh_init(uint16_t channels);
|
|||
uint8_t uip_over_mesh_send(void);
|
||||
|
||||
void uip_over_mesh_set_gateway_netif(struct uip_fw_netif *netif);
|
||||
void uip_over_mesh_set_gateway(rimeaddr_t *gw);
|
||||
void uip_over_mesh_set_gateway(linkaddr_t *gw);
|
||||
void uip_over_mesh_set_net(uip_ipaddr_t *addr, uip_ipaddr_t *mask);
|
||||
|
||||
void uip_over_mesh_make_announced_gateway(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue