tf6DhcpGetBootEntry

Jump to: navigation, search

Table of Contents >> Optional Protocols >> DHCPv6


#include <trsocket.h>


tt6UserBtEntryPtr tf6DhcpGetBootEntry (
ttUserInterface interfaceHandle,
int iaIndex,
int flags
);


Function Description

Retrieve DHCPv6 information received from the server. The user must free the boot entry by calling tf6DhcpFreeBootEntry() when it is no longer needed.


Parameters

  • interfaceHandle
    Handle to the interface for which to retrieve DHCPv6 configuration information.
  • 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

  • Non-zero
    Pointer to the user boot entry. See tt6UserBtEntry.
  • Zero
    Invalid parameter


Table of Contents >> Optional Protocols >> DHCPv6