tfRtDestExists

Jump to: navigation, search

Table of Contents >> Programmer's Reference


#include <trsocket.h>



int tfRtDestExists (
ttUserInterface interfaceHandle,
ttUserIpAddress destIpAddress
);
Conditional parameter. See details in Parameters below.


Function Description

Find out whether a route to a destination exists, given the pair destination IP address and destination IP network mask.


Parameters


Returns

  • TM_ENOERROR
    Success.
  • TM_EHOSTUNREACH
    No route to the destination.


Table of Contents >> Programmer's Reference