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 365 of file ipfdemo_example.c.
Field Documentation
| uint64_t _hashTbl_entry_s::id1 |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 366 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and _ReleaseDgramTblEntry().
| uint64_t _hashTbl_entry_s::id2 |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 367 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and _ReleaseDgramTblEntry().
| volatile uint64_t* _hashTbl_entry_s::pDOI_Src_id |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 368 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and _ReleaseDgramTblEntry().
| volatile uint64_t* _hashTbl_entry_s::pDOI_Dst_pr |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 369 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and _ReleaseDgramTblEntry().
| uint16_t _hashTbl_entry_s::fragCnt |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 370 of file ipfdemo_example.c.
Referenced by _CheckDatagramComplete(), _ReassemblyThread(), and _ReleaseDgramTblEntry().
| struct frag_s _hashTbl_entry_s::aFrag[MAX_FRAG_CNT] |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 371 of file ipfdemo_example.c.
Referenced by _CheckDatagramComplete(), _ReassemblyThread(), and _ReleaseDgramTblEntry().
| struct _hashTbl_entry_s* _hashTbl_entry_s::pNext |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 372 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
The documentation for this struct was generated from the following file:
- examples/net/ipfdemo/ipfdemo_example.c