tfDhcpdUserStop

Jump to: navigation, search

Table of Contents >> Optional Protocols >> DHCP Server

#include <trsocket.h>


int tfDhcpdUserStop (void);


Function Description

This function stops the Treck DHCP server. All DHCP server internal buffers will be freed. If successful, the function will return TM_ENOERROR.


Parameters

  • NONE


Returns

  • TM_ENOERROR
    Success.
  • TM_ENOENT
    No DHCP server to stop.


Usage

This function stops the DHCP server. This must be called after tfDhcpdUserStart() has been called.

Table of Contents >> Optional Protocols >> DHCP Server