L4PortInd
classSpecifies the source and destination L4 ports for an incoming packet.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
L4PortTagBase | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
srcPort | int |
may be unspecified |
destPort | int |
may be unspecified |
Source code
// // Specifies the source and destination L4 ports for an incoming packet. // class L4PortInd extends L4PortTagBase { }File: src/inet/transportlayer/common/L4PortTag.msg