mirror of https://github.com/ntop/n2n.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
189 B
9 lines
189 B
//
|
|
// 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;
|
|
|