DRCL J-Sim API

drcl.inet.mac
Class ARP.ARPEntry

java.lang.Object
  extended bydrcl.inet.mac.ARP.ARPEntry
Enclosing class:
ARP

public class ARP.ARPEntry
extends java.lang.Object

This class implements the ARP table entry in the ARP component.


Constructor Summary
ARP.ARPEntry(long ipaddr_, long macaddr_, boolean isup_, java.lang.Object hold_, int count_)
           
 
Method Summary
 java.lang.String toString(java.lang.String seperator_)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARP.ARPEntry

public ARP.ARPEntry(long ipaddr_,
                    long macaddr_,
                    boolean isup_,
                    java.lang.Object hold_,
                    int count_)
Method Detail

toString

public java.lang.String toString(java.lang.String seperator_)

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~