tf6DhcpFreeBootEntry

Jump to: navigation, search

Table of Contents >> Optional Protocols >> DHCPv6


#include <trsocket.h>


int tf6DhcpFreeBootEntry (
tt6UserBtEntryPtr userBtEntryPtr,
int flags
);


Function Description

Free the user boot entry. The entry must not be referenced once it is freed. Note that this only frees up the structure allocated by tf6DhcpGetBootEntry(); it does not affect the internal configuration information and configured addresses


Parameters

  • userBtEntryPtr
    Pointer to user boot entry returned from tf6DhcpGetBootEntry()
  • flags
    Currently unused



Returns

  • TM_ENOERROR
    Sucessful
  • TM_EINVAL
    Invalid parameter


Table of Contents >> Optional Protocols >> DHCPv6