Searched defs:aSocket (Results 1 – 4 of 4) sorted by relevance
/openthread-2.7.6/src/core/api/ |
D | udp_api.cpp | 52 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte… in otUdpOpen() 59 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket) in otUdpIsOpen() 66 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket) in otUdpClose() 73 otError otUdpBind(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName, otNetif… in otUdpBind() 81 otError otUdpConnect(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName) in otUdpConnect() 89 otError otUdpSend(otInstance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessage… in otUdpSend()
|
/openthread-2.7.6/src/core/net/ |
D | udp6.cpp | 190 Error Udp::Open(SocketHandle &aSocket, otUdpReceive aHandler, void *aContext) in Open() 212 Error Udp::Bind(SocketHandle &aSocket, const SockAddr &aSockAddr, otNetifIdentifier aNetifIdentifie… in Bind() 256 void Udp::SetBackboneSocket(SocketHandle &aSocket) in SetBackboneSocket() 292 Error Udp::Connect(SocketHandle &aSocket, const SockAddr &aSockAddr) in Connect() 314 Error Udp::Close(SocketHandle &aSocket) in Close() 333 Error Udp::SendTo(SocketHandle &aSocket, Message &aMessage, const MessageInfo &aMessageInfo) in SendTo() 388 void Udp::AddSocket(SocketHandle &aSocket) in AddSocket() 402 void Udp::RemoveSocket(SocketHandle &aSocket) in RemoveSocket()
|
D | dnssd_server.cpp | 175 Ip6::Udp::Socket & aSocket) in SendResponse() 1180 …id Server::QueryTransaction::Finalize(Header::Response aResponseMessage, Ip6::Udp::Socket &aSocket) in Finalize()
|
/openthread-2.7.6/src/posix/platform/ |
D | trel_udp6.cpp | 379 static void ReceivePacket(int aSocket, otInstance *aInstance) in ReceivePacket()
|