Home
last modified time | relevance | path

Searched defs:aServerSockAddr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/api/
H A Dsrp_client_api.cpp45 otError otSrpClientStart(otInstance *aInstance, const otSockAddr *aServerSockAddr) in otSrpClientStart()
/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_client.hpp352 …Error Start(const Ip6::SockAddr &aServerSockAddr) { return Start(aServerSockAddr, kRequesterUser);… in Start()
H A Dsrp_client.cpp388 Error Client::Start(const Ip6::SockAddr &aServerSockAddr, Requester aRequester) in Start()