tfAutoIPPickIpAddress

Jump to: navigation, search

Table of Contents >> Optional Protocols >> AutoIP Configuration


#include <trsocket.h>


ttUserIpAddress tfAutoIPPickIpAddress (void);


Function Description

This function picks a valid AUTO IPv4 address in the AUTO IP IPv4 address pool that has not been picked in the previous attempt to pick an IP address.


Returns

  • Non-zero IP address
    Valid AUTO IPv4 address.
  • 0
    No valid AUTO IPv4 address was found.


Table of Contents >> Optional Protocols >> AutoIP Configuration