otUdpForwarder
Pointer delivers the UDP packet to host and host should send the packet through its own network stack.
Syntax
typedef void (*otUdpForwarder)(otMessage *aMessage,
uint16_t aPeerPort,
otIp6Address *aPeerAddr,
uint16_t aSockPort,
void *aContext);