Lines Matching refs:aPeerSockAddr
53 …rn "C" otPlatDsoConnection *otPlatDsoAccept(otInstance *aInstance, const otSockAddr *aPeerSockAddr) in otPlatDsoAccept() argument
55 return AsCoreType(aInstance).Get<Dso>().AcceptConnection(AsCoreType(aPeerSockAddr)); in otPlatDsoAccept()
77 const Ip6::SockAddr &aPeerSockAddr, in Connection() argument
84 , mPeerSockAddr(aPeerSockAddr) in Connection()
1444 Dso::Connection *Dso::FindClientConnection(const Ip6::SockAddr &aPeerSockAddr) in FindClientConnection() argument
1446 return mClientConnections.FindMatching(aPeerSockAddr); in FindClientConnection()
1449 Dso::Connection *Dso::FindServerConnection(const Ip6::SockAddr &aPeerSockAddr) in FindServerConnection() argument
1451 return mServerConnections.FindMatching(aPeerSockAddr); in FindServerConnection()
1454 Dso::Connection *Dso::AcceptConnection(const Ip6::SockAddr &aPeerSockAddr) in AcceptConnection() argument
1459 connection = mAcceptHandler(GetInstance(), aPeerSockAddr); in AcceptConnection()
1500 …_TOOL_WEAK void otPlatDsoConnect(otPlatDsoConnection *aConnection, const otSockAddr *aPeerSockAddr) in otPlatDsoConnect() argument
1503 OT_UNUSED_VARIABLE(aPeerSockAddr); in otPlatDsoConnect()