Uses of Class
net.clackrouter.routing.RIPRoutingEntry

Packages that use RIPRoutingEntry
net.clackrouter.routing Clack's routing specific code, including the basic routing table, local link info, and routing table entries for specific routing implementations (e.g., RIP, OSPF) 
 

Uses of RIPRoutingEntry in net.clackrouter.routing
 

Methods in net.clackrouter.routing that return RIPRoutingEntry
static RIPRoutingEntry RIPRoutingEntry.createLocalRIPRoutingEntry(java.net.InetAddress network, java.net.InetAddress mask, java.lang.String local_interface, int cost)
           
static RIPRoutingEntry RIPRoutingEntry.createNonLocalRIPRoutingEntry(java.net.InetAddress network, java.net.InetAddress mask, java.net.InetAddress nextHop, java.lang.String interface_name, short ttl, int cost)