L3AddressReq

Namespace inet

L3AddressReq

class

C++ definition

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

Extends

Name Type Description
L3AddressTagBase (unknown -- not in documented files)

Fields

Name Type Description
nonLocalSrcAddress bool

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