_reasmThread_s

Reference Documentation

Platform
Intel® PAC
Napatech SmartNIC
Content Type
Reference Information
Capture Software Version
Link™ Capture Software 12.10
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 497 of file ipfdemo_example.c.

Field Documentation

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

Definition at line 498 of file ipfdemo_example.c.

Referenced by main().

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

Definition at line 499 of file ipfdemo_example.c.

Referenced by main(), and while().

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

Definition at line 500 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 501 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 502 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 503 of file ipfdemo_example.c.

Referenced by main(), and while().

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

Definition at line 504 of file ipfdemo_example.c.

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

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

Definition at line 506 of file ipfdemo_example.c.

Referenced by _CheckDatagramComplete(), and main().

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

Definition at line 507 of file ipfdemo_example.c.

Referenced by main(), and while().

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

Definition at line 508 of file ipfdemo_example.c.

Referenced by main(), and while().

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

Definition at line 509 of file ipfdemo_example.c.

Referenced by main(), and while().

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

Definition at line 510 of file ipfdemo_example.c.

Referenced by main(), and while().

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

Definition at line 511 of file ipfdemo_example.c.

Referenced by main(), and while().


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