tfFreePppLqm

Jump to: navigation, search

Table of Contents >> Optional Protocols >> PPP Interface


#include <trsocket.h>


int tfFreePppLqm (ttUserInterface interfaceHandle);


Function Description

This function does the reverse of tfUsePppLqm(), i.e. it disables LQM on the link, deallocates any memory allocated by LQM and removes any associated timers.


Parameters

  • interfaceHandle
    The PPP interface handle as returned by tfAddInterface().


Returns

  • TM_ENOERROR
    Success.
  • TM_EINVAL
    Invalid parameter.


Table of Contents >> Optional Protocols >> PPP Interface