L3AddressReq

L3AddressReq

class

Determines the source and destination network addresses for an outgoing packet.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
L3AddressTagBase class (no description)

Fields

Name Type Description
nonLocalSrcAddress bool
srcAddress L3Address

may be unspecified

destAddress L3Address

always specified

Source code

//
// Determines the source and destination network addresses for an outgoing packet.
//
class L3AddressReq extends L3AddressTagBase
{
    bool nonLocalSrcAddress = false;
}

File: src/inet/networklayer/common/L3AddressTag.msg