Modifier and Type | Method and Description |
---|---|
HWPort |
IRouter.findRoute(int destination)
Sucht fuer eine Zieladresse die Passende Route.
|
static HWPort |
HWPort.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HWPort[] |
HWPort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
IRouter.getLocalIP(HWPort port)
Gibt die Lokale IP-Adresse am übergebenen Netzwerkport zurueck.
|
boolean |
IRouter.routeAdd(int destinationNetwork,
byte prefix,
int gateway,
Flags[] flags,
HWPort port)
Fuegt eine Route hinzu.
|
boolean |
IRouter.routeModify(int destinationNetwork,
byte prefix,
int gateway,
Flags[] flags,
HWPort port)
Modifiziert eine bestehende Route.
|
void |
IRouter.setLocalIP(int localIP,
HWPort port)
Bindet die lokale IP-Adresse an den übergebenen Netzwerkport.
|