Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dnetif.cpp283 static constexpr size_t kMaxIp6Size = OPENTHREAD_CONFIG_IP6_MAX_DATAGRAM_LENGTH; variable
1057 char packet[kMaxIp6Size + 4]; in processReceive()
1068 assert(length <= kMaxIp6Size); in processReceive()
1205 char packet[kMaxIp6Size]; in processTransmit()
2057 ifr.ifr_mtu = static_cast<int>(kMaxIp6Size);