Lines Matching refs:UdpExample
45 constexpr UdpExample::Command UdpExample::sCommands[];
47 UdpExample::UdpExample(Output &aOutput) in UdpExample() function in ot::Cli::UdpExample
54 otError UdpExample::ProcessHelp(Arg aArgs[]) in ProcessHelp()
66 otError UdpExample::ProcessBind(Arg aArgs[]) in ProcessBind()
93 otError UdpExample::ProcessConnect(Arg aArgs[]) in ProcessConnect()
108 otError UdpExample::ProcessClose(Arg aArgs[]) in ProcessClose()
115 otError UdpExample::ProcessOpen(Arg aArgs[]) in ProcessOpen()
128 otError UdpExample::ProcessSend(Arg aArgs[]) in ProcessSend()
196 otError UdpExample::ProcessLinkSecurity(Arg aArgs[]) in ProcessLinkSecurity()
212 otError UdpExample::PrepareAutoGeneratedPayload(otMessage &aMessage, uint16_t aPayloadLength) in PrepareAutoGeneratedPayload()
242 otError UdpExample::PrepareHexStringPaylod(otMessage &aMessage, const char *aHexString) in PrepareHexStringPaylod()
269 otError UdpExample::Process(Arg aArgs[]) in Process()
289 void UdpExample::HandleUdpReceive(void *aContext, otMessage *aMessage, const otMessageInfo *aMessag… in HandleUdpReceive()
291 static_cast<UdpExample *>(aContext)->HandleUdpReceive(aMessage, aMessageInfo); in HandleUdpReceive()
294 void UdpExample::HandleUdpReceive(otMessage *aMessage, const otMessageInfo *aMessageInfo) in HandleUdpReceive()