Namespace inet
Ipv4Route
class(no description)
Extends
Name | Type | Description |
---|---|---|
cNamedObject | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
destination | Ipv4Address | |
netmask | Ipv4Address | |
gateway | Ipv4Address | |
metric | int | |
prefixLength | int | |
interfaceName | string |
Source code
class Ipv4Route extends cNamedObject { @existingClass; @descriptor(readonly); Ipv4Address destination; Ipv4Address netmask; Ipv4Address gateway; int metric; int prefixLength; string interfaceName; }File: src/inet/networklayer/ipv4/Ipv4Route.msg