src/internet/model/ipv6-interface-address.h
changeset 10440 1e48ff9185f1
parent 10405 45c8fceae24e
child 10663 dbc51b515e49
equal deleted inserted replaced
10439:73bc9e55f9bd 10440:1e48ff9185f1
    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) */