tf6RouterAdvDefaults

Jump to: navigation, search

Table of Contents >> Optional Protocols


#include <trsocket.h>


int tf6RouterAdvDefaults (ttRouterAdvParamPtr raParamPtr);


Function Description

Get the default values for a Router Advertisement message (RFC 4861, section 4.6.2).


Parameters

  • raParamPtr
    A pointer to storage for the Router Advertisement parameters (click here for the structure definition).


Returns

  • TM_ENOERROR
    Success.
  • TM_EINVAL
    Parameter raParamPtr is NULL.


Table of Contents >> Optional Protocols