Searched defs:IsAck (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/coap/ | ||
D | coap_message.hpp | 709 bool IsAck(void) const { return (GetType() == kTypeAck); } in IsAck() function in ot::Coap::Message |
/openthread-latest/src/core/mac/ | ||
D | mac_frame.hpp | 179 bool IsAck(void) const { return GetType() == kTypeAck; } in IsAck() function in ot::Mac::Frame |