|
OpenThread_app
|
#include <mock_ip6.h>
Public Attributes | |
| otIp6Address | mSockAddr |
| The local IPv6 address. | |
| otIp6Address | mPeerAddr |
| The peer IPv6 address. | |
| uint16_t | mSockPort |
| The local transport-layer port. | |
| uint16_t | mPeerPort |
| The peer transport-layer port. | |
| uint8_t | mHopLimit |
| uint8_t | mEcn: 2 |
| The ECN status of the packet, represented as in the IPv6 header. | |
| uint8_t otMessageInfo::mEcn |
The ECN status of the packet, represented as in the IPv6 header.
| uint8_t otMessageInfo::mHopLimit |
The IPv6 Hop Limit value. Only applies if mAllowZeroHopLimit is FALSE. If 0, IPv6 Hop Limit is default value OPENTHREAD_CONFIG_IP6_HOP_LIMIT_DEFAULT. Otherwise, specifies the IPv6 Hop Limit.
| otIp6Address otMessageInfo::mPeerAddr |
The peer IPv6 address.
| uint16_t otMessageInfo::mPeerPort |
The peer transport-layer port.
| otIp6Address otMessageInfo::mSockAddr |
The local IPv6 address.
| uint16_t otMessageInfo::mSockPort |
The local transport-layer port.