Data Fields | |
| int | adapterNo |
| uint32_t | unmCnt |
| uint32_t | unmStart |
| uint32_t | reasmCnt |
| uint32_t | reasmStart |
| uint64_t | fragTimeout |
| unmThread_t * | pUnmThreads |
| DOI_dgramTbl_t * | pDOI_Tbls |
| reasmThread_t * | pReasmThreads |
| msg_box_t * | pReasmMsgboxes |
| msg_box_t * | pReasmReturnMsgboxes |
| uint32_t | extDescrType |
| int | allReasmClosed |
Detailed Description
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 521 of file ipfdemo_example.c.
Field Documentation
| int _ipDefrag::adapterNo |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 522 of file ipfdemo_example.c.
Referenced by main().
| uint32_t _ipDefrag::unmCnt |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 523 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), main(), and SendToReasm().
| uint32_t _ipDefrag::unmStart |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 524 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), main(), and SendToReasm().
| uint32_t _ipDefrag::reasmCnt |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 525 of file ipfdemo_example.c.
Referenced by _FreeUnmFragment(), _ReassemblyThread(), _UnMatchedThread(), main(), and SendToReasm().
| uint32_t _ipDefrag::reasmStart |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 526 of file ipfdemo_example.c.
Referenced by _FreeUnmFragment(), and main().
| uint64_t _ipDefrag::fragTimeout |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 527 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), _UnMatchedThread(), and main().
| unmThread_t* _ipDefrag::pUnmThreads |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 528 of file ipfdemo_example.c.
Referenced by main().
| DOI_dgramTbl_t* _ipDefrag::pDOI_Tbls |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 529 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
| reasmThread_t* _ipDefrag::pReasmThreads |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 530 of file ipfdemo_example.c.
Referenced by main().
| msg_box_t* _ipDefrag::pReasmMsgboxes |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 531 of file ipfdemo_example.c.
Referenced by main(), and SendToReasm().
| msg_box_t* _ipDefrag::pReasmReturnMsgboxes |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 532 of file ipfdemo_example.c.
Referenced by _FreeUnmFragment(), and main().
| uint32_t _ipDefrag::extDescrType |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 533 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and main().
| int _ipDefrag::allReasmClosed |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 534 of file ipfdemo_example.c.
Referenced by _UnMatchedThread(), and main().
The documentation for this struct was generated from the following file:
- examples/net/ipfdemo/ipfdemo_example.c