Home
last modified time | relevance | path

Searched defs:aOption (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/core/api/
H A Dcoap_api.cpp164 …tion *otCoapOptionIteratorGetFirstOptionMatching(otCoapOptionIterator *aIterator, uint16_t aOption) in otCoapOptionIteratorGetFirstOptionMatching()
180 …ption *otCoapOptionIteratorGetNextOptionMatching(otCoapOptionIterator *aIterator, uint16_t aOption) in otCoapOptionIteratorGetNextOptionMatching()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dmdns_socket.hpp163 …static otError SetSocketOption(int aFd, int aLevel, int aOption, const ValueType &aValue, const ch… in SetSocketOption()
H A Dmdns_socket.cpp691 int aOption, in SetSocketOptionValue()
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_mpl.cpp77 void Mpl::InitOption(MplOption &aOption, const Address &aAddress) in InitOption()
H A Dnd6.cpp65 const Option *Option::Iterator::Next(const Option *aOption) in Next()