Documentation

Documentation

Includes

netif/lowpan6_opts.h

#include "netif/lowpan6_opts.h"
#include "netif/lowpan6_opts.h"

netif/lowpan6_common.h

#include "netif/lowpan6_common.h"
#include "netif/lowpan6_common.h"

lwip/pbuf.h

#include "lwip/pbuf.h"
#include "lwip/pbuf.h"

lwip/ip.h

#include "lwip/ip.h"
#include "lwip/ip.h"

lwip/ip_addr.h

#include "lwip/ip_addr.h"
#include "lwip/ip_addr.h"

lwip/netif.h

#include "lwip/netif.h"
#include "lwip/netif.h"

Macros

Marco LWIP_HDR_LOWPAN6_H

#define LWIP_HDR_LOWPAN6_H


      

Marco LOWPAN6_TMR_INTERVAL

#define LOWPAN6_TMR_INTERVAL 1000
/** 1 second period for reassembly */

Functions

Func lowpan6_tmr

void lowpan6_tmr(void);


      

Func lowpan6_set_context

err_t lowpan6_set_context(u8_t idx, const ip6_addr_t * context);


      

Func lowpan6_set_short_addr

err_t lowpan6_set_short_addr(u8_t addr_high, u8_t addr_low);


      

Func lowpan4_output

err_t lowpan4_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr);


      

Func lowpan6_output

err_t lowpan6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr);


      

Func lowpan6_input

err_t lowpan6_input(struct pbuf * p, struct netif *netif);


      

Func lowpan6_if_init

err_t lowpan6_if_init(struct netif *netif);


      

Func lowpan6_set_pan_id

err_t lowpan6_set_pan_id(u16_t pan_id);
/* pan_id in network byte order. */

Func lowpan6_calc_crc

u16_t lowpan6_calc_crc(const void *buf, u16_t len);


      

Func tcpip_6lowpan_input

err_t tcpip_6lowpan_input(struct pbuf *p, struct netif *inp);

      

Vars

Consts

Types

Typedefs