equal
deleted
inserted
replaced
51 INVALID, /**< Invalid state (after a DAD failed) */ |
51 INVALID, /**< Invalid state (after a DAD failed) */ |
52 }; |
52 }; |
53 |
53 |
54 /** |
54 /** |
55 * \enum Scope_e |
55 * \enum Scope_e |
56 * \brief Scope of address. |
56 * \brief Address scope. |
57 */ |
57 */ |
58 enum Scope_e |
58 enum Scope_e |
59 { |
59 { |
60 HOST, /**< Localhost (::1/128) */ |
60 HOST, /**< Localhost (::1/128) */ |
61 LINKLOCAL, /**< Link-local address (fe80::/64) */ |
61 LINKLOCAL, /**< Link-local address (fe80::/64) */ |