IPV6_ULA_RESULT Enumeration
C
typedef enum {
IPV6_ULA_RES_OK,
IPV6_ULA_RES_BUSY = -1,
IPV6_ULA_RES_IF_ERR = -2,
IPV6_ULA_RES_NTP_ACCESS_ERR = -3,
IPV6_ULA_RES_NTP_TSTAMP_ERR = -4
} IPV6_ULA_RESULT;
Description
Enumeration: IPV6_ULA_RESULT.
This enumeration provides a list of possible results for the Unique Local Address (ULA) generation.
Members
Members | Description |
---|---|
IPV6_ULA_RES_OK | The address generation was started successfully. |
IPV6_ULA_RES_BUSY = -1 | Address generation module is busy. |
IPV6_ULA_RES_IF_ERR = -2 | Interface non-existent. |
IPV6_ULA_RES_NTP_ACCESS_ERR = -3 | NTP module could not be accessed. |
IPV6_ULA_RES_NTP_TSTAMP_ERR = -4 | Wrong NTP time stamp received. |
Remarks
None.