|
185 |
void MarkDelay (); |
185 |
void MarkDelay (); |
186 |
|
186 |
|
187 |
/** |
187 |
/** |
|
|
188 |
* \brief Change the state to this entry to PERMANENT. |
189 |
*/ |
190 |
void MarkPermanent (); |
191 |
|
192 |
/** |
188 |
* \brief Add a packet (or replace old value) in the queue. |
193 |
* \brief Add a packet (or replace old value) in the queue. |
189 |
* \param p packet to add |
194 |
* \param p packet to add |
190 |
*/ |
195 |
*/ |
|
226 |
bool IsProbe () const; |
231 |
bool IsProbe () const; |
227 |
|
232 |
|
228 |
/** |
233 |
/** |
|
|
234 |
* \brief Is the entry PERMANENT |
235 |
* \return true if the entry is in PERMANENT state, false otherwise |
236 |
*/ |
237 |
bool IsPermanent () const; |
238 |
|
239 |
/** |
229 |
* \brief Get the MAC address of this entry. |
240 |
* \brief Get the MAC address of this entry. |
230 |
* \return the L2 address |
241 |
* \return the L2 address |
231 |
*/ |
242 |
*/ |
|
328 |
REACHABLE, /**< Mapping exists between IPv6 and L2 addresses */ |
339 |
REACHABLE, /**< Mapping exists between IPv6 and L2 addresses */ |
329 |
STALE, /**< Mapping is stale */ |
340 |
STALE, /**< Mapping is stale */ |
330 |
DELAY, /**< Try to wait contact from remote host */ |
341 |
DELAY, /**< Try to wait contact from remote host */ |
331 |
PROBE /**< Try to contact IPv6 address to know again its L2 address */ |
342 |
PROBE, /**< Try to contact IPv6 address to know again its L2 address */ |
|
|
343 |
PERMANENT /**< Permanent Mapping exists between IPv6 and L2 addresses */ |
332 |
}; |
344 |
}; |
333 |
|
345 |
|
334 |
/** |
346 |
/** |
335 |
- |
|
|
336 |
igonred |
347 |
igonred |
337 |
-- |
|
|
338 |
src/internet/model/icmpv6-l4-protocol.cc | 4 ++-- |
348 |
src/internet/model/icmpv6-l4-protocol.cc | 4 ++-- |
339 |
1 file changed, 2 insertions(+), 2 deletions(-) |
349 |
1 file changed, 2 insertions(+), 2 deletions(-) |