Data Fields | |
uint64_t | id1 |
uint64_t | id2 |
volatile uint64_t * | pDOI_Src_id |
volatile uint64_t * | pDOI_Dst_pr |
uint16_t | fragCnt |
struct frag_s | aFrag [MAX_FRAG_CNT] |
struct _hashTbl_entry_s * | pNext |
Detailed Description
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 392 of file ipfdemo_example.c.
Field Documentation
uint64_t _hashTbl_entry_s::id1 |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 393 of file ipfdemo_example.c.
Referenced by _ReleaseDgramTblEntry(), and while().
uint64_t _hashTbl_entry_s::id2 |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 394 of file ipfdemo_example.c.
Referenced by _ReleaseDgramTblEntry(), and while().
volatile uint64_t* _hashTbl_entry_s::pDOI_Src_id |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 395 of file ipfdemo_example.c.
Referenced by _ReleaseDgramTblEntry(), and while().
volatile uint64_t* _hashTbl_entry_s::pDOI_Dst_pr |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 396 of file ipfdemo_example.c.
Referenced by _ReleaseDgramTblEntry(), and while().
uint16_t _hashTbl_entry_s::fragCnt |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 397 of file ipfdemo_example.c.
Referenced by _CheckDatagramComplete(), _ReleaseDgramTblEntry(), and while().
struct frag_s _hashTbl_entry_s::aFrag[MAX_FRAG_CNT] |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 398 of file ipfdemo_example.c.
Referenced by _CheckDatagramComplete(), _ReleaseDgramTblEntry(), and while().
struct _hashTbl_entry_s* _hashTbl_entry_s::pNext |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 399 of file ipfdemo_example.c.
Referenced by main(), and while().
The documentation for this struct was generated from the following file:
- examples/net/ipfdemo/ipfdemo_example.c