IPM_PING_PARM
typedef struct ipm_ping_parameter_tag { char cRemoteIPAddress[IP_ADDR_SIZE]; /* Destination IP Address */ char cLocalIPAddress[IP_ADDR_SIZE]; /* Local PMAC/IP Address */ unsigned long ulNumOfPings; /* RFU - Number of Echo Requests to send */ unsigned long ulPacketSize; /* RFU - Number of data bytes to be sent */ unsigned long ulTimeout; /* RFU - mSec Timeout to wait for each reply */ }IPM_PING_PARM, * PIPM_PING_PARM;Description
This structure contains ping parameter information. The structure is used by the ipm_Ping( ) function.
- Note: For a board device, the value for cLocalIPAddress can be obtained by calling ipm_GetParm( ). For a channel device, ipm_GetLocalMediaInfo( ) should be used. However, the IP addresses returned from ipm_GetParm( ) will work for channel devices.
Field Descriptions
The fields of the IPM_PING_PARM data structure are described as follows:
- cRemoteIPAddress[IP_ADDR_SIZE]
- destination IP address; null-terminated string formatted as standard dotted-decimal IP address
- cLocalIPAddress[IP_ADDR_SIZE]
- local board IP address; null-terminated string formatted as standard dotted-decimal IP address
- ulNumOfPings
- reserved for future use (RFU)
- ulPacketSize
- reserved for future use (RFU)
- ulTimeout
- reserved for future use (RFU)
Click here to contact Telecom Support Resources
Copyright 2002, Intel Corporation