tfStopBootRelayAgent

Jump to: navigation, search

Table of Contents >> Optional Protocols >> BOOTP Relay Agent


#include <trsocket.h>


int tfStopBootRelayAgent (void);


Function Description

This function is used to stop the BOOTP relay agent. This will close the UDP BOOTP relay agent UDP socket.


Returns

  • TM_ENOERROR
    Success.
  • TM_EALREADY
    tfStopBootRelayAgent() has already been called successfully.


Table of Contents >> Optional Protocols >> BOOTP Relay Agent