Home
last modified time | relevance | path

Searched defs:OutputIp6PrefixLine (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/cli/
Dcli_output.cpp161 void Output::OutputIp6PrefixLine(const otIp6Prefix &aPrefix) in OutputIp6PrefixLine() function in ot::Cli::Output
173 void Output::OutputIp6PrefixLine(const otIp6NetworkPrefix &aPrefix) in OutputIp6PrefixLine() function in ot::Cli::Output
Dcli_output.hpp505 void OutputIp6PrefixLine(const otIp6Prefix &aPrefix) { mOutput.OutputIp6PrefixLine(aPrefix); } in OutputIp6PrefixLine() function in ot::Cli::OutputWrapper
507 …void OutputIp6PrefixLine(const otIp6NetworkPrefix &aPrefix) { mOutput.OutputIp6PrefixLine(aPrefix)… in OutputIp6PrefixLine() function in ot::Cli::OutputWrapper