Data Fields | |
pthread_t | thread |
int | 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 515 of file ipfdemo_example.c.
Field Documentation
pthread_t _unmThread_s::thread |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 516 of file ipfdemo_example.c.
Referenced by main().
int _unmThread_s::streamId |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 517 of file ipfdemo_example.c.
Referenced by if(), main(), SendToReasm(), and while().
DOI_dgramTbl_t* _unmThread_s::pDOI |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 518 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 519 of file ipfdemo_example.c.
Referenced by for(), main(), and while().
wait_list_t _unmThread_s::WaitListElem[MAX_WAIT_ELEM] |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 520 of file ipfdemo_example.c.
Referenced by for().
wait_list_t* _unmThread_s::pFree |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 521 of file ipfdemo_example.c.
Referenced by while().
wait_list_t* _unmThread_s::pWait |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 522 of file ipfdemo_example.c.
Referenced by main(), and while().
ipDefrag_t* _unmThread_s::pIpDefrag |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 523 of file ipfdemo_example.c.
Referenced by main(), SendToReasm(), and while().
int _unmThread_s::fragRecv |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 525 of file ipfdemo_example.c.
Referenced by main(), and while().
int _unmThread_s::fragsDeleted |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 526 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