Simon Cooksey / mbed-os
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.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 62 of file nd6.h.


Field Documentation

struct nd6_q_entry* q

Pointer to queue of pending outgoing packets on this entry.

Definition at line 69 of file nd6.h.

struct pbuf* q

Pointer to a single pending outgoing packet on this entry.

Definition at line 72 of file nd6.h.