Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dnetif.cpp1141 static otError tryProcessIcmp6RaMessage(otInstance *aInstance, const uint8_t *data, ssize_t length) in tryProcessIcmp6RaMessage() function
1227 …if (tryProcessIcmp6RaMessage(aInstance, reinterpret_cast<uint8_t *>(&packet[offset]), rval) == OT_… in processTransmit()