40 #ifndef UIP_OVER_MESH_H_
41 #define UIP_OVER_MESH_H_
47 void uip_over_mesh_init(uint16_t channels);
48 uint8_t uip_over_mesh_send(
void);
50 void uip_over_mesh_set_gateway_netif(
struct uip_fw_netif *netif);
51 void uip_over_mesh_set_gateway(linkaddr_t *gw);
52 void uip_over_mesh_set_net(uip_ipaddr_t *addr, uip_ipaddr_t *mask);
54 void uip_over_mesh_make_announced_gateway(
void);
uIP packet forwarding header file.
Representation of a uIP network interface.
Header file for the uIP TCP/IP stack.
Header file for the Rime stack