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