_reasmThread_s

Reference Documentation

Platform
Napatech SmartNIC
Content Type
Reference Information
Capture Software Version
Link™ Capture Software 12.6
Napatech Software Suite: _reasmThread_s Struct Reference
_reasmThread_s Struct Reference

Data Fields

pthread_t thread
 
int idx
 
int streamId
 
tbl_entry_ttbl [REASSEMBLY_HASH_TBL_SIZE]
 
tbl_entry_ttblFree
 
msg_box_tpMsgbox
 
ipDefrag_tpIpDefrag
 
int datagramCompleted
 
int fragmentsTimedout
 
int firstFragRcv
 
int nonFragments
 
int Src_IdClash
 
int msgboxPackets
 

Detailed Description

Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 531 of file ipfdemo_example.c.

Field Documentation

pthread_t _reasmThread_s::thread
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 532 of file ipfdemo_example.c.

Referenced by main().

int _reasmThread_s::idx
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 533 of file ipfdemo_example.c.

Referenced by main(), and while().

int _reasmThread_s::streamId
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 534 of file ipfdemo_example.c.

Referenced by _FreeUnmFragment(), if(), main(), and while().

tbl_entry_t* _reasmThread_s::tbl[REASSEMBLY_HASH_TBL_SIZE]
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 535 of file ipfdemo_example.c.

Referenced by _ReleaseDgramTblEntry(), main(), and while().

tbl_entry_t* _reasmThread_s::tblFree
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 536 of file ipfdemo_example.c.

Referenced by _ReleaseDgramTblEntry(), main(), and while().

msg_box_t* _reasmThread_s::pMsgbox
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 537 of file ipfdemo_example.c.

Referenced by main(), and while().

ipDefrag_t* _reasmThread_s::pIpDefrag
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 538 of file ipfdemo_example.c.

Referenced by _FreeUnmFragment(), main(), and while().

int _reasmThread_s::datagramCompleted
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 540 of file ipfdemo_example.c.

Referenced by _CheckDatagramComplete(), and main().

int _reasmThread_s::fragmentsTimedout
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 541 of file ipfdemo_example.c.

Referenced by main(), and while().

int _reasmThread_s::firstFragRcv
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 542 of file ipfdemo_example.c.

Referenced by main(), and while().

int _reasmThread_s::nonFragments
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 543 of file ipfdemo_example.c.

Referenced by main(), and while().

int _reasmThread_s::Src_IdClash
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 544 of file ipfdemo_example.c.

Referenced by main(), and while().

int _reasmThread_s::msgboxPackets
Examples:
net/ipfdemo/ipfdemo_example.c.

Definition at line 545 of file ipfdemo_example.c.

Referenced by main(), and while().


The documentation for this struct was generated from the following file: