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

MembersDescription
IPV6_ULA_RES_OKThe address generation was started successfully.
IPV6_ULA_RES_BUSY = -1Address generation module is busy.
IPV6_ULA_RES_IF_ERR = -2Interface non-existent.
IPV6_ULA_RES_NTP_ACCESS_ERR = -3NTP module could not be accessed.
IPV6_ULA_RES_NTP_TSTAMP_ERR = -4Wrong NTP time stamp received.

Remarks

None.