|
| open_error_t | openapiTracerouteAddress (openapiClientHandle_t *client_handle, open_buffdesc *address, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address.
|
| |
| open_error_t | openapiTracerouteAddressExplicit (openapiClientHandle_t *client_handle, open_buffdesc *address, uint32_t tracerouteCount, uint32_t tracerouteInterval, uint32_t tracerouteInitTtl, uint32_t tracerouteMaxTtl, uint32_t tracerouteMaxFail, uint32_t tracerouteSize, uint32_t tracerouteUdpPort, OPEN_TRACEROUTE_SOURCE_INTF_TYPE_t srcIntf, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address with all parameters given at a time.
|
| |
| open_error_t | openapiTracerouteAddressWithCount (openapiClientHandle_t *client_handle, open_buffdesc *address, uint32_t tracerouteCount, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address with specific count.
|
| |
| open_error_t | openapiTracerouteAddressWithInterval (openapiClientHandle_t *client_handle, open_buffdesc *address, uint32_t tracerouteInterval, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address with specific interval.
|
| |
| open_error_t | openapiTracerouteAddressWithMaxFail (openapiClientHandle_t *client_handle, open_buffdesc *address, uint32_t tracerouteMaxFail, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address with specific max fail.
|
| |
| open_error_t | openapiTracerouteAddressWithPDUSize (openapiClientHandle_t *client_handle, open_buffdesc *address, uint32_t tracerouteSize, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address with specific PDU size.
|
| |
| open_error_t | openapiTracerouteAddressWithSourceInterface (openapiClientHandle_t *client_handle, open_buffdesc *address, OPEN_TRACEROUTE_SOURCE_INTF_TYPE_t srcIntf, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address with specific source interface.
|
| |
| open_error_t | openapiTracerouteAddressWithTtl (openapiClientHandle_t *client_handle, open_buffdesc *address, uint32_t tracerouteInitTtl, uint32_t tracerouteMaxTtl, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address with specific init ttl and max ttl.
|
| |
| open_error_t | openapiTracerouteAddressWithUdpPort (openapiClientHandle_t *client_handle, open_buffdesc *address, uint32_t tracerouteUdpPort, open_buffdesc *output) |
| | Traceroute host or IPv4/IPv6 Address with specific UDP port.
|
| |