RDK Documentation (Open Sourced RDK Components)
Device_IP_Diagnostics_TraceRoute_RouteHops.h File Reference

The header file provides TR069 device IP diagnostics trace route APIs. More...

#include "parameter.h"
#include "paramaccess.h"
Include dependency graph for Device_IP_Diagnostics_TraceRoute_RouteHops.h:

Go to the source code of this file.

Functions

int get_Device_IP_Diagnostics_TraceRoute_RouteHops_Host (const char *name, ParameterType type, ParameterValue *value)
 This function provides the result parameter indicating the Host Name, if DNS is able to resolve it, or the IP Address of a hop along the discovered route. More...
 
int get_Device_IP_Diagnostics_TraceRoute_RouteHops_HostAddress (const char *name, ParameterType type, ParameterValue *value)
 This function provides the last IP address of the host returned for this hop. More...
 
int get_Device_IP_Diagnostics_TraceRoute_RouteHops_ErrorCode (const char *name, ParameterType type, ParameterValue *value)
 This function provides the error code returned for this hop. This code is directly from the ICMP CODE field. More...
 
int get_Device_IP_Diagnostics_TraceRoute_RouteHops_RTTimes (const char *name, ParameterType type, ParameterValue *value)
 This function provides a comma-separated list (maximum length 16) of unsigned integers. Each list item contains one or more round trip times in milliseconds (one for each repetition) for this hop. More...
 

yes

The header file provides TR069 device IP diagnostics trace route APIs.

Definition in file Device_IP_Diagnostics_TraceRoute_RouteHops.h.