NetSim Source Code Help
Loading...
Searching...
No Matches
stru_pingHandle Struct Reference
Collaboration diagram for stru_pingHandle:
Collaboration graph

Data Fields

NETSIM_ID src
 
NETSIM_ID dest
 
NETSIM_IPAddress srcIP
 
NETSIM_IPAddress destIP
 
UINT count
 
bool(* ResponseHandler )(void *arg, char *msg, bool isMore)
 
double echoSendTime
 
UINT currentCount
 
UINT replyRecvCount
 
UINT retryCount
 
UINT16 seqNumber
 
void * arg
 

Detailed Description

Definition at line 569 of file ICMP.c.

Field Documentation

◆ arg

void* stru_pingHandle::arg

Definition at line 582 of file ICMP.c.

◆ count

UINT stru_pingHandle::count

Definition at line 575 of file ICMP.c.

◆ currentCount

UINT stru_pingHandle::currentCount

Definition at line 578 of file ICMP.c.

◆ dest

NETSIM_ID stru_pingHandle::dest

Definition at line 572 of file ICMP.c.

◆ destIP

NETSIM_IPAddress stru_pingHandle::destIP

Definition at line 574 of file ICMP.c.

◆ echoSendTime

double stru_pingHandle::echoSendTime

Definition at line 577 of file ICMP.c.

◆ replyRecvCount

UINT stru_pingHandle::replyRecvCount

Definition at line 579 of file ICMP.c.

◆ ResponseHandler

bool(* stru_pingHandle::ResponseHandler) (void *arg, char *msg, bool isMore)

Definition at line 576 of file ICMP.c.

◆ retryCount

UINT stru_pingHandle::retryCount

Definition at line 580 of file ICMP.c.

◆ seqNumber

UINT16 stru_pingHandle::seqNumber

Definition at line 581 of file ICMP.c.

◆ src

NETSIM_ID stru_pingHandle::src

Definition at line 571 of file ICMP.c.

◆ srcIP

NETSIM_IPAddress stru_pingHandle::srcIP

Definition at line 573 of file ICMP.c.


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