Ipv6NdControlInfo

Namespace inet

Ipv6NdControlInfo

class

(no description)

Extends

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

Fields

Name Type Description
nextHop Ipv6Address

next hop address

interfaceId int

interface on which the datagram should be sent

fromHL bool

packet came from higher layer

Source code

class Ipv6NdControlInfo extends cObject
{
    Ipv6Address nextHop;   // next hop address
    int interfaceId = -1; // interface on which the datagram should be sent
    bool fromHL = false;    // packet came from higher layer
}
File: src/inet/networklayer/icmpv6/Ipv6NdMessage.msg