A netif implementing the ZigBee Encapsulation Protocol (ZEP). This is used to tunnel 6LowPAN over UDP.
Usage (there must be a default netif before!):
netif_create_ip6_linklocal_address(&zep_netif, 1);
#define NULL
Definition: Defines.h:388
struct netif * netif_add(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input)
Definition: netif.c:276
void netif_set_link_up(struct netif *netif)
Definition: netif.c:988
void netif_set_up(struct netif *netif)
Definition: netif.c:844