tf6DhcpdUserStop

Jump to: navigation, search

Table of Contents >> Optional Protocols >> DHCPv6 Server

#include <trsocket.h>


int tf6DhcpdUserStop (void);


Function Description

This function will stop the DHCPv6 server.



Returns

  • TM_ENOERROR
    Success.
  • TM_ENOENT
    Server is not running.
  • TM_EPERM
    Server is already shutting down.


Table of Contents >> Optional Protocols >> DHCPv6 Server