Function Prototypes:ttUserIpForwCBFunc

Jump to: navigation, search

Table of Contents >> Programmer's Reference >> tfRegisterIpForwCB


int ttUserIpForwCBFunc (
ttUserIpAddress srcIpAddress,
ttUserIpAddress destIpAddress
);


Function Description

This user-defined function is called by the stack when an IPv4 packet cannot be forwarded.


Parameters

  • srcIpAddress
    The source address of the packet.
  • destIpAddress
    The destination address of the packet.


Returns

  • TM_ENOERROR
    Success
  • (Other)
    An error occurred.


Table of Contents >> Programmer's Reference >> tfRegisterIpForwCB