Home
last modified time | relevance | path

Searched defs:aHopLimit (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/utils/
H A Dotns.cpp62 uint8_t aHopLimit) in EmitPingRequest()
68 …ply(const Ip6::Address &aPeerAddress, uint16_t aPingLength, uint32_t aTimestamp, uint8_t aHopLimit) in EmitPingReply()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_lowpan.hpp124 uint8_t aHopLimit, in SetIpHeader()
150 uint8_t aHopLimit, in SetIpTunneledHeader()
/aosp_15_r20/external/openthread/src/core/net/
H A Dsocket.hpp164 void SetHopLimit(uint8_t aHopLimit) { mHopLimit = aHopLimit; } in SetHopLimit()
H A Dip6_headers.hpp273 void SetHopLimit(uint8_t aHopLimit) { mHopLimit = aHopLimit; } in SetHopLimit()