Function Prototypes:tt6UserIpForwCBFunc
Table of Contents >> IPv6 Programmer's Reference >> tf6RegisterIpForwCB
| int tt6UserIpForwCBFunc | ( |
| const struct in6_addr TM_FAR * srcIpAddrPtr, | |
| const struct in6_addr TM_FAR * destIpAddrPtr | |
| ); |
Function Description
This user-defined function is called by the stack when an IPv6 packet cannot be forwarded.
Parameters
- srcIpAddrPtr
- A pointer to the source address of the packet.
- destIpAddrPtr
- A pointer to the destination address of the packet.
Returns
- TM_ENOERROR
- Success
- (Other)
- An error occurred.
Table of Contents >> IPv6 Programmer's Reference >> tf6RegisterIpForwCB