Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_udp.hpp50 class UdpExample : private OutputWrapper class
61 explicit UdpExample(Output &aOutput);
72 using Command = CommandEntry<UdpExample>;
89 {"bind", &UdpExample::ProcessBind},
90 {"close", &UdpExample::ProcessClose},
91 {"connect", &UdpExample::ProcessConnect},
92 {"help", &UdpExample::ProcessHelp},
93 {"linksecurity", &UdpExample::ProcessLinkSecurity},
94 {"open", &UdpExample::ProcessOpen},
95 {"send", &UdpExample::ProcessSend},
Dcli_udp.cpp45 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()
[all …]
Dcli.hpp509 UdpExample mUdp;