Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/net/
Dip6.cpp1496 static constexpr Stringify::Entry kIpProtoTable[] = { in IpProtoToString() local
1502 static_assert(Stringify::IsSorted(kIpProtoTable), "kIpProtoTable is not sorted"); in IpProtoToString()
1504 return Stringify::Lookup(aIpProto, kIpProtoTable, "Unknown"); in IpProtoToString()