tf6DelDefaultGatewayTunnel

Jump to: navigation, search

Table of Contents >> IPv6 Programmer's Reference


#include <trsocket.h>



int tf6DelDefaultGatewayTunnel (
ttUserInterface interfaceHandle
);
Conditional parameter. See details in Parameters below.


Function Description

This function only supports IPv6. Delete/un-configure the default gateway tunnel, if one exists.


Parameters


Returns

  • TM_ENOERROR
    Success.
  • TM_ENOENT
    No default gateway tunnel with the specified endpoint address.
  • TM_EAFNOSUPPORT
    The specified tunnel endpoint address was not an IPv4-formatted address, i.e. endpointIpAddrPtr->addrFamily was not set to AF_INET.


Table of Contents >> IPv6 Programmer's Reference