My climat station
nd6_neighbor_cache_entry Struct Reference
Struct for tables. More...
#include <nd6_priv.h>
Data Fields | |
| struct nd6_q_entry * | q |
| Pointer to queue of pending outgoing packets on this entry. | |
| struct pbuf * | q |
| 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.
Pointer to a single pending outgoing packet on this entry.
Definition at line 81 of file nd6_priv.h.
Generated on Tue Jul 12 2022 14:26:50 by
1.7.2
Gleb Klochkov