tf6RegisterIpForwCB
Table of Contents >> IPv6 Programmer's Reference
| #include <trsocket.h> |
| int tf6RegisterIpForwCB | (tt6UserIpForwCBFuncPtr ipForwCBFuncPtr); |
Function Description
Used to register a tt6UserIpForwCBFunc function for the Treck stack to call when an IPv6 packet cannot be forwarded. Refer to the IPv4-specific API tfRegisterIpForwCB().
Parameters
- ipForwCBFuncPtr
- A pointer to the user-defined tt6UserIpForwCBFunc callback function.
Returns
- TM_ENOERROR
- Success.