Uses of Class
se.sics.jipv6.core.Neighbor

Packages that use Neighbor
se.sics.jipv6.core   
 

Uses of Neighbor in se.sics.jipv6.core
 

Methods in se.sics.jipv6.core that return Neighbor
 Neighbor NeighborTable.addNeighbor(byte[] ipAddress, byte[] linkAddress)
           
 Neighbor NeighborTable.getDefrouter()
           
 Neighbor NeighborTable.getNeighbor(byte[] ipAddress)
           
 

Methods in se.sics.jipv6.core with parameters of type Neighbor
 boolean NeighborTable.removeNeighbor(Neighbor nb)
           
 void NeighborTable.setDefrouter(Neighbor neighbor)