Rtos API example

Embed: (wiki syntax)

« Back to documentation index

nd6_neighbor_cache_entry Struct Reference

nd6_neighbor_cache_entry Struct Reference

Struct for tables. More...

#include <nd6_priv.h>

Data Fields

struct nd6_q_entryq
 Pointer to queue of pending outgoing packets on this entry.
struct pbufq
 Pointer to a single pending outgoing packet on this entry.

Detailed Description

Struct for tables.

Definition at line 71 of file nd6_priv.h.


Field Documentation

struct nd6_q_entry* q

Pointer to queue of pending outgoing packets on this entry.

Definition at line 78 of file nd6_priv.h.

struct pbuf* q

Pointer to a single pending outgoing packet on this entry.

Definition at line 81 of file nd6_priv.h.