Lines Matching refs:otInstance
86 otError otUdpAddReceiver(otInstance *aInstance, otUdpReceiver *aUdpReceiver);
98 otError otUdpRemoveReceiver(otInstance *aInstance, otUdpReceiver *aUdpReceiver);
111 otError otUdpSendDatagram(otInstance *aInstance, otMessage *aMessage, otMessageInfo *aMessageInfo);
158 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
172 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte…
183 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket);
195 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket);
209 otError otUdpBind(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName, otNetif…
222 otError otUdpConnect(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName);
241 otError otUdpSend(otInstance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessage…
251 otUdpSocket *otUdpGetSockets(otInstance *aInstance);
295 void otUdpForwardSetForwarder(otInstance *aInstance, otUdpForwarder aForwarder, void *aContext);
309 void otUdpForwardReceive(otInstance *aInstance,
325 bool otUdpIsPortInUse(otInstance *aInstance, uint16_t port);