PREV TOC HOME INDEX NEXT


IPM_PING_INFO


typedef  struct ipm_ping_info_tag
{
    unsigned int unPacketsSent;
    unsigned int unPacketsReceived;
    unsigned int unPacketsLost;
    
    float fRoundTripMin;      /* Time values in mSec */
    float fRoundTripAvg;
    float fRoundTripMax;
}IPM_PING_INFO, * PIPM_PING_INFO ; 

Description

This structure contains ping response information. The structure is used by the ipm_Ping( ) function.

Field Descriptions

The fields of the IPM_PING_INFO data structure are described as follows:

unPacketsSent
number of packets sent
unPacketsReceived
number of packets received
unPacketsLost
number of packets lost
fRoundTripMin
minimum round trip time in msec
fRoundTripAvg
average round trip time in msec
fRoundTripMax
maximum round trip time in msec
 

PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2002, Intel Corporation
All rights reserved
This page generated November, 2002