n2n/android/tun2tap/tun2tap.c

10 lines
189 B
C
Raw Permalink Normal View History

2018-06-11 20:59:13 +02:00
//
// Created by switchwang(https://github.com/switch-st) on 2018-04-20.
//
#include "tun2tap.h"
u8_t* uip_buf = NULL;
u8_t uip_arp_buf[UIP_LLH_LEN + UIP_ARP_LEN];
u16_t uip_arp_len = 0;