tf6DhcpConfirm

Jump to: navigation, search

Table of Contents >> Optional Protocols >> DHCPv6


#include <trsocket.h>


int tf6DhcpConfirm (
ttUserInterface interfaceHandle,
int iaIndex,
int flags
);


Function Description

Confirm the validity of all leased addresses and configuration information obtained from the DHCPv6 server. This API should be called when the client has possibly moved to a new network


Parameters

  • interfaceHandle
    Handle to the interface on which to perform the Confirm operation
  • iaIndex
    IA index on this interface. Currently, only one IA is supported per interface, and this value must be set to 0
  • flags
    Currently unused



Returns

  • TM_ENOERROR
    Sucessful
  • TM_EINVAL
    Invalid parameter
  • TM_EPERM
    DHCPv6 not started (tf6UseDhcp() must be called first)


Table of Contents >> Optional Protocols >> DHCPv6