Microchip® Advanced Software Framework

ip64-eth-interface.c File Reference
#include "net/ip/uip.h"
#include "net/ipv6/uip-ds6.h"
#include "dev/slip.h"
#include "ip64.h"
#include "ip64-arp.h"
#include "ip64-eth-interface.h"
#include "ip64-tap-driver.h"
#include <string.h>
#include "net/ip/uip-debug.h"

Macros

#define _DEBUG_   DEBUG_NONE
 
#define printf1(...)
 
#define UIP_IP_BUF   ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])
 

Functions

static void init (void)
 
void ip64_eth_interface_input (uint8_t *packet, uint16_t len)
 
static void output (void)
 

Variables

struct uip_fallback_interface ip64_eth_interface
 

#define _DEBUG_   DEBUG_NONE
#define printf1 (   ...)
#define UIP_IP_BUF   ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])

Referenced by ip64_eth_interface_input(), and output().

static void init ( void  )
static

References printf1.

void ip64_eth_interface_input ( uint8_t *  packet,
uint16_t  len 
)

struct uip_fallback_interface ip64_eth_interface
Initial value:
= {
}
static void output(void)
Definition: ip64-eth-interface.c:90
goto init
Definition: dhcpc.c:392