Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dnetif.cpp1100 static constexpr uint8_t kIpVersion4 = 4; variable
1108 OT_UNUSED_VARIABLE(kIpVersion4); in getIpVersion()
1239 isIp4 = (getIpVersion(reinterpret_cast<uint8_t *>(&packet[offset])) == kIpVersion4); in processTransmit()