Home
last modified time | relevance | path

Searched refs:GetProtocol (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ip4_header.cpp72 VerifyOrQuit(header.GetProtocol() == 0); in TestIp4Header()
85 VerifyOrQuit(header.GetProtocol() == kProtoIcmp); in TestIp4Header()
/openthread-latest/src/lib/url/
Durl.hpp91 const char *GetProtocol(void) const { return mProtocol; } in GetProtocol() function in ot::Url::Url
/openthread-latest/src/core/net/
Dnat64_translator.cpp177 ip4Header.GetProtocol()); in TranslateFromIp6()
248 switch (ip4Header.GetProtocol()) in TranslateToIp6()
280 …mCounters.Count4To6Packet(ip4Header.GetProtocol(), ip4Header.GetTotalLength() - sizeof(ip4Header)); in TranslateToIp6()
281 …mapping->mCounters.Count4To6Packet(ip4Header.GetProtocol(), ip4Header.GetTotalLength() - sizeof(ip… in TranslateToIp6()
Dip4_types.hpp379 uint8_t GetProtocol(void) const { return mProtocol; } in GetProtocol() function in ot::Ip4::Header
Ddns_types.hpp2059 uint8_t GetProtocol(void) const { return mProtocol; } in GetProtocol() function in ot::Dns::KeyRecord
/openthread-latest/src/posix/platform/
Dsystem.cpp95 if (strcmp(url.GetProtocol(), "trel") == 0) in get802154RadioUrl()
117 if (strcmp(url.GetProtocol(), "trel") == 0) in getTrelRadioUrl()
Dspinel_manager.cpp76 mSpinelInterface = CreateSpinelInterface(mUrl.GetProtocol()); in Init()