tf6DhcpUserStop

Jump to: navigation, search

Table of Contents >> Optional Protocols >> DHCPv6


#include <trsocket.h>


int tf6DhcpUserStop (
ttUserInterface interfaceHandle,
int flags
);


Function Description

Stop the DHCPv6 client, release all configured addresses and reset all configuration information. The interface is not closed and all non-DHCPv6 addresses remain usable.


Parameters

  • interfaceHandle
    Handle to the interface on which to stop DHCPv6
  • 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