Searched refs:GetProtocol (Results 1 – 7 of 7) sorted by relevance
72 VerifyOrQuit(header.GetProtocol() == 0); in TestIp4Header()85 VerifyOrQuit(header.GetProtocol() == kProtoIcmp); in TestIp4Header()
91 const char *GetProtocol(void) const { return mProtocol; } in GetProtocol() function in ot::Url::Url
177 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()
379 uint8_t GetProtocol(void) const { return mProtocol; } in GetProtocol() function in ot::Ip4::Header
2059 uint8_t GetProtocol(void) const { return mProtocol; } in GetProtocol() function in ot::Dns::KeyRecord
95 if (strcmp(url.GetProtocol(), "trel") == 0) in get802154RadioUrl()117 if (strcmp(url.GetProtocol(), "trel") == 0) in getTrelRadioUrl()
76 mSpinelInterface = CreateSpinelInterface(mUrl.GetProtocol()); in Init()