Home
last modified time | relevance | path

Searched refs:otUdpForwardSetForwarder (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dudp.h276 void otUdpForwardSetForwarder(otInstance *aInstance, otUdpForwarder aForwarder, void *aContext);
/openthread-latest/src/core/api/
Dudp_api.cpp87 void otUdpForwardSetForwarder(otInstance *aInstance, otUdpForwarder aForwarder, void *aContext) in otUdpForwardSetForwarder() function
/openthread-latest/src/ncp/
Dncp_base.cpp359 otUdpForwardSetForwarder(mInstance, &NcpBase::HandleUdpForwardStream, this); in NcpBase()