Data Fields | |
| pthread_t | thread |
| uint32_t | streamId |
| DOI_dgramTbl_t * | pDOI |
| msg_box_t * | pMsgboxReturn |
| wait_list_t | WaitListElem [MAX_WAIT_ELEM] |
| wait_list_t * | pFree |
| wait_list_t * | pWait |
| ipDefrag_t * | pIpDefrag |
| int | fragRecv |
| int | fragsDeleted |
Detailed Description
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 488 of file ipfdemo_example.c.
Field Documentation
| pthread_t _unmThread_s::thread |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 489 of file ipfdemo_example.c.
Referenced by main().
| uint32_t _unmThread_s::streamId |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 490 of file ipfdemo_example.c.
Referenced by _UnMatchedThread(), main(), and SendToReasm().
| DOI_dgramTbl_t* _unmThread_s::pDOI |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 491 of file ipfdemo_example.c.
Referenced by main(), and SendToReasm().
| msg_box_t* _unmThread_s::pMsgboxReturn |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 492 of file ipfdemo_example.c.
Referenced by _UnMatchedThread(), and main().
| wait_list_t _unmThread_s::WaitListElem[MAX_WAIT_ELEM] |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 493 of file ipfdemo_example.c.
Referenced by _UnMatchedThread().
| wait_list_t* _unmThread_s::pFree |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 494 of file ipfdemo_example.c.
Referenced by _UnMatchedThread().
| wait_list_t* _unmThread_s::pWait |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 495 of file ipfdemo_example.c.
Referenced by _UnMatchedThread(), and main().
| ipDefrag_t* _unmThread_s::pIpDefrag |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 496 of file ipfdemo_example.c.
Referenced by _UnMatchedThread(), main(), and SendToReasm().
| int _unmThread_s::fragRecv |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 498 of file ipfdemo_example.c.
Referenced by _UnMatchedThread(), and main().
| int _unmThread_s::fragsDeleted |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 499 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