[Contents] [Prev] [Next] [Index] [Report an Error]


<traceroute-results>

Usage

<rpc-reply>
    <traceroute-results>
        <target-host>target-host</target-host>
        <source>source</source>
        <target-ip>target-ip</target-ip>
        <packet-size>packet-size</packet-size>
        <max-hop-index>max-hop-index</max-hop-index>
        <hop>...</hop>
        <traceroute-success/>
        <traceroute-failure>traceroute-failure</traceroute-failure>
    </traceroute-results>
</rpc-reply>

Description

No documentation is available yet.

Contents

<hop>—Traceroute results for a single hop (TTL value).

<max-hop-index>—Maximum number of hops (maximum TTL value).

<packet-size>—Packet size of probes (bytes).

<source>—Specified source address or hostname.

<target-host>—Specified target address or hostname.

<target-ip>—Resolved target IP address.

<traceroute-failure>—Traceroute failed.

<traceroute-success>—Destination was reached.


[Contents] [Prev] [Next] [Index] [Report an Error]