Home
last modified time | relevance | path

Searched refs:SocketHandle (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dudp6.hpp90 …class SocketHandle : public otUdpSocket, public LinkedListEntry<SocketHandle>, public Clearable<So… class in ot::Ip6::Udp
93 friend class LinkedList<SocketHandle>;
176 class Socket : public InstanceLocator, public SocketHandle
505 …Error Open(SocketHandle &aSocket, NetifIdentifier aNetifId, ReceiveHandler aHandler, void *aContex…
514 bool IsOpen(const SocketHandle &aSocket) const { return mSockets.Contains(aSocket); } in IsOpen()
526 Error Bind(SocketHandle &aSocket, const SockAddr &aSockAddr);
537 Error Connect(SocketHandle &aSocket, const SockAddr &aSockAddr);
547 Error Close(SocketHandle &aSocket);
560 Error SendTo(SocketHandle &aSocket, Message &aMessage, const MessageInfo &aMessageInfo);
630 SocketHandle *GetUdpSockets(void) { return mSockets.GetHead(); } in GetUdpSockets()
[all …]
Dudp6.cpp44 bool Udp::SocketHandle::Matches(const MessageInfo &aMessageInfo) const in Matches()
152 Error Udp::Plat::Open(SocketHandle &aSocket) in Open()
157 Error Udp::Plat::Close(SocketHandle &aSocket) in Close()
162 Error Udp::Plat::Bind(SocketHandle &aSocket) in Bind()
167 Error Udp::Plat::BindToNetif(SocketHandle &aSocket) in BindToNetif()
172 Error Udp::Plat::Connect(SocketHandle &aSocket) in Connect()
177 Error Udp::Plat::Send(SocketHandle &aSocket, Message &aMessage, const MessageInfo &aMessageInfo) in Send()
184 Error Udp::Plat::JoinMulticastGroup(SocketHandle &aSocket, NetifIdentifier aNetifId, const Address … in JoinMulticastGroup()
190 Error Udp::Plat::LeaveMulticastGroup(SocketHandle &aSocket, NetifIdentifier aNetifId, const Address… in LeaveMulticastGroup()
220 Error Udp::Open(SocketHandle &aSocket, NetifIdentifier aNetifId, ReceiveHandler aHandler, void *aCo… in Open()
[all …]