Data Fields | |
int | Running |
int | adapterNo |
int | unmCnt |
int | unmStart |
int | reasmCnt |
int | reasmStart |
uint64_t | fragTimeout |
unmThread_t * | pUnmThreads |
DOI_dgramTbl_t * | pDOI_Tbls |
reasmThread_t * | pReasmThreads |
msg_box_t * | pReasmMsgboxes |
msg_box_t * | pReasmReturnMsgboxes |
int | ExtDescrType |
int | allReasmClosed |
Detailed Description
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 548 of file ipfdemo_example.c.
Field Documentation
int _ipDefrag::Running |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 549 of file ipfdemo_example.c.
Referenced by main(), and StopApplication().
int _ipDefrag::adapterNo |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 550 of file ipfdemo_example.c.
Referenced by main().
int _ipDefrag::unmCnt |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 551 of file ipfdemo_example.c.
Referenced by main(), SendToReasm(), and while().
int _ipDefrag::unmStart |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 552 of file ipfdemo_example.c.
Referenced by main(), SendToReasm(), and while().
int _ipDefrag::reasmCnt |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 553 of file ipfdemo_example.c.
Referenced by _FreeUnmFragment(), main(), SendToReasm(), and while().
int _ipDefrag::reasmStart |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 554 of file ipfdemo_example.c.
Referenced by _FreeUnmFragment(), and main().
uint64_t _ipDefrag::fragTimeout |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 555 of file ipfdemo_example.c.
Referenced by main(), and while().
unmThread_t* _ipDefrag::pUnmThreads |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 556 of file ipfdemo_example.c.
Referenced by main().
DOI_dgramTbl_t* _ipDefrag::pDOI_Tbls |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 557 of file ipfdemo_example.c.
Referenced by main(), and while().
reasmThread_t* _ipDefrag::pReasmThreads |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 558 of file ipfdemo_example.c.
Referenced by main().
msg_box_t* _ipDefrag::pReasmMsgboxes |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 559 of file ipfdemo_example.c.
Referenced by main(), and SendToReasm().
msg_box_t* _ipDefrag::pReasmReturnMsgboxes |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 560 of file ipfdemo_example.c.
Referenced by _FreeUnmFragment(), and main().
int _ipDefrag::ExtDescrType |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 561 of file ipfdemo_example.c.
Referenced by main(), and while().
int _ipDefrag::allReasmClosed |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 562 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