/home/midibox/svn_snapshot/mios32/trunk/modules/uip/uip/uip-neighbor.c File Reference

#include "uip-neighbor.h"
#include <string.h>

Data Structures

struct  neighbor_entry

Defines

#define MAX_TIME   128
#define ENTRIES   8

Functions

void uip_neighbor_init (void)
void uip_neighbor_periodic (void)
void uip_neighbor_add (uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr)
void uip_neighbor_update (uip_ipaddr_t ipaddr)
struct uip_neighbor_addruip_neighbor_lookup (uip_ipaddr_t ipaddr)

Detailed Description

Database of link-local neighbors, used by IPv6 code and to be used by a future ARP code rewrite.

Author:
Adam Dunkels <adam@sics.se>

Define Documentation

#define ENTRIES   8
#define MAX_TIME   128

Function Documentation

void uip_neighbor_add ( uip_ipaddr_t  ipaddr,
struct uip_neighbor_addr addr 
)

Here is the call graph for this function:

void uip_neighbor_init ( void   ) 
struct uip_neighbor_addr* uip_neighbor_lookup ( uip_ipaddr_t  ipaddr  )  [read]
void uip_neighbor_periodic ( void   ) 
void uip_neighbor_update ( uip_ipaddr_t  ipaddr  ) 

Generated on 22 Jan 2016 for MIDIboxNG by  doxygen 1.6.1