Data Fields | |
| pthread_t | thread |
| uint32_t | idx |
| uint32_t | streamId |
| tbl_entry_t * | tbl [REASSEMBLY_HASH_TBL_SIZE] |
| tbl_entry_t * | tblFree |
| msg_box_t * | pMsgbox |
| ipDefrag_t * | pIpDefrag |
| int | datagramCompleted |
| int | fragmentsTimedout |
| int | firstFragRcv |
| int | nonFragments |
| int | Src_IdClash |
| int | msgboxPackets |
Detailed Description
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 504 of file ipfdemo_example.c.
Field Documentation
| pthread_t _reasmThread_s::thread |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 505 of file ipfdemo_example.c.
Referenced by main().
| uint32_t _reasmThread_s::idx |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 506 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
| uint32_t _reasmThread_s::streamId |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 507 of file ipfdemo_example.c.
Referenced by _FreeUnmFragment(), _ReassemblyThread(), and main().
| tbl_entry_t* _reasmThread_s::tbl[REASSEMBLY_HASH_TBL_SIZE] |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 508 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), _ReleaseDgramTblEntry(), and main().
| tbl_entry_t* _reasmThread_s::tblFree |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 509 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), _ReleaseDgramTblEntry(), and main().
| msg_box_t* _reasmThread_s::pMsgbox |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 510 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
| ipDefrag_t* _reasmThread_s::pIpDefrag |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 511 of file ipfdemo_example.c.
Referenced by _FreeUnmFragment(), _ReassemblyThread(), and main().
| int _reasmThread_s::datagramCompleted |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 513 of file ipfdemo_example.c.
Referenced by _CheckDatagramComplete(), and main().
| int _reasmThread_s::fragmentsTimedout |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 514 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
| int _reasmThread_s::firstFragRcv |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 515 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
| int _reasmThread_s::nonFragments |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 516 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
| int _reasmThread_s::Src_IdClash |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 517 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
| int _reasmThread_s::msgboxPackets |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 518 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